We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Compiled binaries for aarm64 are actually x86_64 under the hood.
This is likely a mislabeling in the github actions and should be a small fix
repro:
% nargo backend install acvm-backend-barretenberg-2 https://github.com/AztecProtocol/barretenberg/releases/download/barretenberg-v0.5.1/barretenberg-aarch64-apple- darwin.tar.gz # Go to dir % cd ~/.nargo/backends % cd acvm-backend-barretenberg-2 ~/.nargo/backends # describe the file % file backend_binary ~/.nargo/backends/acvm-backend-barretenberg-2 mainframe backend_binary: Mach-O 64-bit x86_64 executable, flags:<NOUNDEFS|DYLDLINK|TWOLEVEL|WEAK_DEFINES|BINDS_TO_WEAK|PIE>
The text was updated successfully, but these errors were encountered:
Workaround: The community has been compiling barretenberg from source for better performance on ARM-based Macs.
Sorry, something went wrong.
Noir users would have to wait for:
to fully enjoy an aarm64 barretenberg proving experience.
joeandrews
kevaundray
Successfully merging a pull request may close this issue.
Compiled binaries for aarm64 are actually x86_64 under the hood.
This is likely a mislabeling in the github actions and should be a small fix
repro:
install the mac amd64 bin
The text was updated successfully, but these errors were encountered: