mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
67b5990472
This was not the correct fix. The problem was two-fold: - `download-rustc` didn't respect `llvm.assertions` - `rust-dev` was missing a bump to `download-ci-llvm-stamp` The first is fixed in this PR and the latter was fixed a while ago. Revert this change to avoid breaking `rpath = false`.