-
Notifications
You must be signed in to change notification settings - Fork 200
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 aarch64-unknown-linux-gnu #5283
Comments
Hi @recmo, We actually used to support I've made a PR to start publishing these builds again but could you help test this by downloading the artifact from the publish workflow on that PR and giving it a whirl? Note that barretenberg still doesn't support |
# Description ## Problem\* Resolves #5283 ## Summary\* This PR adds `aarch64-unknown-linux-gnu` to the list of targets we build for so `noirup` can serve it. ## Additional Context ## Documentation\* Check one: - [x] No documentation needed. - [ ] Documentation included in this PR. - [ ] **[For Experimental Features]** Documentation to be submitted in a separate PR. # PR Checklist\* - [x] I have tested the changes locally. - [x] I have formatted the changes with [Prettier](https://prettier.io/) and/or `cargo fmt` on default settings.
Problem
On Apple Silicon, creating a VSCode dev-container and running:
On noirup line 132 it curls the URL
https://github.com/noir-lang/noir/releases/latest/download/nargo-aarch64-unknown-linux-gnu.tar.gz
, which returnsNot Found
. Note thatNot Found
is not a valid gzipped-tarball.This will likely also affect the people running Linux on Apple Silicon or other aarch64 architectures.
Happy Case
Very happy:
noirup
installs workingnargo
.Not sad:
noirup
returns approriate error message explaining the unsuported platform.Project Impact
Nice-to-have
Impact Context
No response
Workaround
None
Workaround Description
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
The text was updated successfully, but these errors were encountered: