Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support precompiled NIFs #30

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

scrogson
Copy link

@scrogson scrogson commented Feb 5, 2024

This PR adds support for precompiled NIFs and updates a couple of issues
that have been pointed out by other issues and PRs.

I've added the necessary CI/release workflows for GitHub Actions as well, so all that's needed is to push a new tag, let it build, generate the checksum of the precompiled NIFs, and then publish to hex.

I'll add these steps to the README in a new commit later today.

For those using this service that want to take advantage of precompiled NIFs can use the following in the mean time:

  defp deps do
    [
      {:siwe, github: "royal-markets/siwe-ex", ref: "51c9c08"},
      # ...
    ]
  end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant