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
For aarch64 linux machines:
fn toolchain_url() @
jolt/jolt-core/src/host/toolchain.rs
Line 160 in 137552a
target_lexicon::HOST is not limited to the three released .tar's (https://github.com/a16z/rust/releases/tag/nightly-8af9d45d5e09a04832cc9b2e1df993fd1ce49d02).
To fix: add more images like aarch64-unknown-linux-gnu in addition to aarch64-apple-darwin, x86_64-apple-darwin, x86_64-unknown-linux-gnu.
Opened same issue on a16z/rust - a16z/rust#15.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For aarch64 linux machines:
fn toolchain_url() @
jolt/jolt-core/src/host/toolchain.rs
Line 160 in 137552a
target_lexicon::HOST is not limited to the three released .tar's (https://github.com/a16z/rust/releases/tag/nightly-8af9d45d5e09a04832cc9b2e1df993fd1ce49d02).
To fix: add more images like aarch64-unknown-linux-gnu in addition to aarch64-apple-darwin, x86_64-apple-darwin, x86_64-unknown-linux-gnu.
Opened same issue on a16z/rust - a16z/rust#15.
The text was updated successfully, but these errors were encountered: