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

cannot compile rust project offline using nightly toolchain #122413

Closed
randomuygvruyv65423654 opened this issue Mar 13, 2024 · 2 comments
Closed
Labels
C-bug Category: This is a bug.

Comments

@randomuygvruyv65423654
Copy link

randomuygvruyv65423654 commented Mar 13, 2024

I'm trying to compile the redox_uefi project which requires the nightly-2023-09-07 toolchain, on an offline system. There does not appear to be any way to do this. The rustup-init binary requires an internet connection and I don't see anywhere to find the source code for this specific release to build from source. Please advise if there is another way to do this or else take this as a bug report to please include offline functionality for rustup or whatever other toolchain manager which is preferred in this case.

@randomuygvruyv65423654 randomuygvruyv65423654 added the C-bug Category: This is a bug. label Mar 13, 2024
@rustbot rustbot added the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label Mar 13, 2024
@oli-obk
Copy link
Contributor

oli-obk commented Mar 13, 2024

You can find offline installers at https://forge.rust-lang.org/infra/other-installation-methods.html#standalone

On https://www.rust-lang.org/learn/get-started you need to click "Other installation methods" to find this page

@jieyouxu jieyouxu removed the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label Mar 13, 2024
@randomuygvruyv65423654
Copy link
Author

The installers on that page are for version 1.76.0. What I need is version nightly-2023-09-07. I finally managed to find it, but had to do a fair bit of digging. https://static.rust-lang.org/dist/2023-09-07/

@oli-obk oli-obk closed this as completed Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug.
Projects
None yet
Development

No branches or pull requests

4 participants