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

Add Mac M1 build target #4

Merged
merged 1 commit into from
Oct 30, 2024
Merged

Conversation

L4vlet
Copy link

@L4vlet L4vlet commented Oct 23, 2024

When using the library on Mac ARM machines, we faced problems with compilation.

Following the fixes in other NIF library, this PR adds a build target for the darwin architecture.

Original error:

** (Mix) Could not compile dependency :xxh3, "/Users/andrey.pozdnyakov/.asdf/installs/elixir/1.16.3-otp-26/.mix/elixir/1-16/rebar3 bare compile --paths /Users/andrey.pozdnyakov/projects/dummy_elixir/_build/dev/lib/*/ebin" command failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile xxh3 --force", update it with "mix deps.update xxh3" or clean it with "mix deps.clean xxh3"

Detailed output (rather large): output.txt

@farhadi farhadi merged commit 17631b5 into farhadi:main Oct 30, 2024
12 checks passed
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.

2 participants