File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ test-stage = 2
77doc-stage = 2
88# When compiling from source, you usually want all tools.
99extended = true
10+ # Use libtest built from the source tree instead of the precompiled one from stage 0.
11+ compiletest-use-stage0-libtest =false
1012
1113# Most users installing from source want to build all parts of the project from source.
1214[llvm ]
Original file line number Diff line number Diff line change 186186 if [ " $NO_DOWNLOAD_CI_RUSTC " = " " ]; then
187187 RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set rust.download-rustc=if-unchanged"
188188 fi
189+
190+ RUST_CONFIGURE_ARGS=" $RUST_CONFIGURE_ARGS --set build.compiletest-use-stage0-libtest=false"
189191fi
190192
191193if [ " $ENABLE_GCC_CODEGEN " = " 1" ]; then
You can’t perform that action at this time.
0 commit comments