diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2025-07-09 22:25:03 +0200 |
|---|---|---|
| committer | Jakub Beránek <berykubik@gmail.com> | 2025-07-10 08:20:22 +0200 |
| commit | 3e675f4c5085df8ae19392e6de2caef7cb336f27 (patch) | |
| tree | ca612cf69ac8365f3e0f4c286d5cde4eb1e3fd7e /compiler/rustc_codegen_llvm/src | |
| parent | 558d25371fe1cc3d907ebcfc4e12d3c27acbe2b7 (diff) | |
| download | rust-3e675f4c5085df8ae19392e6de2caef7cb336f27.tar.gz rust-3e675f4c5085df8ae19392e6de2caef7cb336f27.zip | |
Fix `--skip-std-check-if-no-download-rustc`
Since https://github.com/rust-lang/rust/pull/143048, we now explicitly set the build compiler for `check::Std`, which caused it to be built before we checked `--skip-std-check-if-no-download-rustc`. So I moved the check earlier to `make_run`, which resolves it. I also added a regression test for this. Sadly we can't really test for the positive case easily (when download-ci-rustc is enabled), but we can test the negative cases, where it is disabled.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
