diff options
| author | bors <bors@rust-lang.org> | 2025-07-30 18:16:17 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-07-30 18:16:17 +0000 |
| commit | 3048886e59c94470e726ecaaf2add7242510ac11 (patch) | |
| tree | 51d84934aaf1fdaa56b6aebe0ac35a7242812f7a /src/tools | |
| parent | e5e79f8bd428d0b8d26e8240d718b134ef297459 (diff) | |
| parent | 202d1f5bf4b6ab82fa5b84d044670ea3fdfbc158 (diff) | |
Auto merge of #144692 - samueltardieu:rollup-0j1y08x, r=samueltardieu
Rollup of 4 pull requests Successful merges: - rust-lang/rust#143465 (Support multiple crate versions in --extern-html-root-url) - rust-lang/rust#144308 ([rustdoc] Display total time and compilation time of merged doctests) - rust-lang/rust#144655 (clean up codegen fn attrs) - rust-lang/rust#144675 (Reject running `compiletest` self-tests against stage 0 rustc unless explicitly allowed) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/opt-dist/src/tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/opt-dist/src/tests.rs b/src/tools/opt-dist/src/tests.rs index c9a21fc6fb2..d5121b8c786 100644 --- a/src/tools/opt-dist/src/tests.rs +++ b/src/tools/opt-dist/src/tests.rs @@ -79,6 +79,7 @@ lld = false rustc = "{rustc}" cargo = "{cargo}" local-rebuild = true +compiletest-allow-stage0=true [target.{host_triple}] llvm-config = "{llvm_config}" @@ -117,7 +118,6 @@ llvm-config = "{llvm_config}" args.extend(["--skip", test_path]); } cmd(&args) - .env("COMPILETEST_FORCE_STAGE0", "1") // Also run dist-only tests .env("COMPILETEST_ENABLE_DIST_TESTS", "1") .run() |
