about summary refs log tree commit diff
path: root/bootstrap.example.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 /bootstrap.example.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 'bootstrap.example.toml')
-rw-r--r--bootstrap.example.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/bootstrap.example.toml b/bootstrap.example.toml
index 0a39c6d8f24..f623a3db002 100644
--- a/bootstrap.example.toml
+++ b/bootstrap.example.toml
@@ -476,9 +476,6 @@
 # when the stage 0 compiler is actually built from in-tree sources.
 #build.compiletest-allow-stage0 = false
 
-# Whether to use the precompiled stage0 libtest with compiletest.
-#build.compiletest-use-stage0-libtest = true
-
 # Default value for the `--extra-checks` flag of tidy.
 #
 # See `./x test tidy --help` for details.