Prestaging for air-gapped bootstrap #83455
Labels
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Is there a way to pull the three tar files (rust-std, rustc, cargo) prior to the build stage for bootstrapping in an environment without connectivity?
In bootstrap.py,:
download_stage0
Pulls the three tar files and extracts them. I see that ./x.py accepts stage builds...but is there a way to call download_stage0 to package the tar files for packaging?
The text was updated successfully, but these errors were encountered: