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

fn toolchain_url() references nonexistent nightly toolchain releases #622

Open
EricArcherman opened this issue Mar 22, 2025 · 0 comments
Open

Comments

@EricArcherman
Copy link

EricArcherman commented Mar 22, 2025

For aarch64 linux machines:

fn toolchain_url() @

fn toolchain_url() -> String {

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.

@EricArcherman EricArcherman changed the title fn toolchain_url() reference nonexistent releases fn toolchain_url() references nonexistent nightly toolchain releases Mar 22, 2025
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

1 participant