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

Provide prebuilt binaries for arm64 linux. #1286

Closed
pepyakin opened this issue Jan 2, 2024 · 1 comment
Closed

Provide prebuilt binaries for arm64 linux. #1286

pepyakin opened this issue Jan 2, 2024 · 1 comment

Comments

@pepyakin
Copy link

pepyakin commented Jan 2, 2024

AFAICT, risc0 targets to support first class DX on linux and macOS.

To quote this

Note that the following pre-built host targets are available:

  • aarch64-apple-darwin
  • x86_64-apple-darwin
  • x86_64-unknown-linux-gnu

however, binaries for aarch64-unknown-linux-gnu are not provided. It's not only a problem for linux but it's also a problem for macOS users since docker would run under aarch64.

IMO, those lines should work without compiling under docker running under macOS on apple silicon.

cargo binstall risc0
cargo risczero install
@flaub
Copy link
Member

flaub commented Jan 2, 2024

We currently don't have any arm64 linux machines in our CI, so that would be required for us to do that here. Perhaps in the future this will make sense.

@flaub flaub closed this as not planned Won't fix, can't repro, duplicate, stale Jan 3, 2024
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

No branches or pull requests

2 participants