about summary refs log tree commit diff
path: root/bootstrap.example.toml
diff options
context:
space:
mode:
authoronur-ozkan <work@onurozkan.dev>2025-04-04 20:16:28 +0300
committeronur-ozkan <work@onurozkan.dev>2025-04-05 14:22:08 +0300
commit86a7ee603cd438679f9aa7d2094352ebe3838ef5 (patch)
treed9fb79639655de5c4f0231e9b4c940a2886506f5 /bootstrap.example.toml
parentda8321773a5c3306e1ff159cf0560c9f89f016b9 (diff)
downloadrust-86a7ee603cd438679f9aa7d2094352ebe3838ef5.tar.gz
rust-86a7ee603cd438679f9aa7d2094352ebe3838ef5.zip
create new option `build.compiletest-use-stage0-libtest`
Signed-off-by: onur-ozkan <work@onurozkan.dev>
Diffstat (limited to 'bootstrap.example.toml')
-rw-r--r--bootstrap.example.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/bootstrap.example.toml b/bootstrap.example.toml
index 2a98821f225..0927f648635 100644
--- a/bootstrap.example.toml
+++ b/bootstrap.example.toml
@@ -28,7 +28,7 @@
 #  - A new option
 #  - A change in the default values
 #
-# If the change-id does not match the version currently in use, x.py will 
+# If the change-id does not match the version currently in use, x.py will
 # display the changes made to the bootstrap.
 # To suppress these warnings, you can set change-id = "ignore".
 #change-id = <latest change id in src/bootstrap/src/utils/change_tracker.rs>
@@ -442,6 +442,9 @@
 # What custom diff tool to use for displaying compiletest tests.
 #compiletest-diff-tool = <none>
 
+# Whether to use the precompiled stage0 libtest with compiletest.
+#compiletest-use-stage0-libtest = true
+
 # Indicates whether ccache is used when building certain artifacts (e.g. LLVM).
 # Set to `true` to use the first `ccache` in PATH, or set an absolute path to use
 # a specific version.