The rustc-builds-alt directory in rust-lang-ci2 (example url [0]) contains per-commit artifacts of rustc with LLVM assertions enabled (this 'flipped' in 2017 [1]).
These buckets are for temporary artifacts [2] and previously there has been discussion about making it easier to consume arbitrary rustc 'channels' [3] but this has never come to fruition - the alt builds remain almost totally undiscoverable which indicates that it's likely nobody use them (even crater doesn't [4]!).
As a result, the infra team would like to stop producing alt builds (for storage cost and CI time reasons). If you have thoughts on this, we'd love to hear from you
[2] Updates on Rust's CI uploads
[3] https://internals.rust-lang.org/t/disabling-llvm-assertions-in-nightly-builds (pre 'flip')