This repository has been archived by the owner on Nov 26, 2020. It is now read-only.
Promote "alternative" rustc builds to Nightly archives #24
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Nightly builds are archived under
https://static.rust-lang.org/dist/{date}/
. This adds a newalt/
subdirectory containing:rustc-nightly-x86_64-apple-darwin.tar.gz
rustc-nightly-x86_64-unknown-linux-gnu.tar.gz
rustc-nightly-x86_64-pc-windows-msvc.tar.gz
copied from
s3://rust-lang-ci2/rustc-builds-alt/
. These are alternative builds of rustc with LLVM assertions disabled, which reduces testing coverage but improves compiler performance. Other files likerust-std-*
are not included because they’re expected to be the identical as in "normal" Nightly.This adds these resources to those that are considered “stable and public” per https://internals.rust-lang.org/t/public-stable-rust-services/6072. For the latest Nightly they take up 143 MiB. At current S3 pricing, this increases the cost of storing 10 years worth of Nightlies by 14 USD per month.
This fixes rust-lang/rust#45334 and will enable Servo’s build system to stop relying on private and ephemeral resources.