diff options
| author | onur-ozkan <work@onurozkan.dev> | 2025-04-05 09:05:11 +0300 |
|---|---|---|
| committer | onur-ozkan <work@onurozkan.dev> | 2025-04-07 10:08:08 +0300 |
| commit | c8306650ba792d1415b9f67da883ed46a39ea4cd (patch) | |
| tree | 3b740797e6c3fd4b0368038767bdf2d2e311825d /src/bootstrap | |
| parent | afe3834bced04aad06233f138cc4293b9e503215 (diff) | |
| download | rust-c8306650ba792d1415b9f67da883ed46a39ea4cd.tar.gz rust-c8306650ba792d1415b9f67da883ed46a39ea4cd.zip | |
enable in-tree std on some runners
Signed-off-by: onur-ozkan <work@onurozkan.dev>
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/defaults/bootstrap.dist.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bootstrap/defaults/bootstrap.dist.toml b/src/bootstrap/defaults/bootstrap.dist.toml index 7b381b416ca..f2cbe512b5e 100644 --- a/src/bootstrap/defaults/bootstrap.dist.toml +++ b/src/bootstrap/defaults/bootstrap.dist.toml @@ -7,6 +7,8 @@ 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] |
