about summary refs log tree commit diff
path: root/src/bootstrap/defaults/bootstrap.dist.toml
diff options
context:
space:
mode:
authorStuart Cook <Zalathar@users.noreply.github.com>2025-10-01 22:15:00 +1000
committerGitHub <noreply@github.com>2025-10-01 22:15:00 +1000
commitca8ed7eb805f9be8767077510c9685cc692dd032 (patch)
tree931fc618171573be14e1569e7a129d5b0b683a53 /src/bootstrap/defaults/bootstrap.dist.toml
parent870657c08e31404e8dee2ca10174a2558e31e829 (diff)
parent3186902bfca12d492ebbac70e2a41b15f0fb2b7f (diff)
Rollup merge of #147188 - Kobzol:remove-compiletest-stage-1, r=Zalathar,jieyouxu
Remove usage of `compiletest-use-stage0-libtest` from CI

It shouldn't be needed anymore after https://github.com/rust-lang/rust/pull/146929.

r? `@Zalathar`
Diffstat (limited to 'src/bootstrap/defaults/bootstrap.dist.toml')
-rw-r--r--src/bootstrap/defaults/bootstrap.dist.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bootstrap/defaults/bootstrap.dist.toml b/src/bootstrap/defaults/bootstrap.dist.toml
index b111a20f8d8..bb0592ce947 100644
--- a/src/bootstrap/defaults/bootstrap.dist.toml
+++ b/src/bootstrap/defaults/bootstrap.dist.toml
@@ -7,8 +7,6 @@ test-stage = 2
 doc-stage = 2
 # When compiling from source, you usually want all tools.
 extended = true
-# Use libtest built from the source tree instead of the precompiled one from stage 0.
-compiletest-use-stage0-libtest = false
 
 # Most users installing from source want to build all parts of the project from source.
 [llvm]