File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -157,13 +157,6 @@ trap datecheck EXIT
157157# sccache server at the start of the build, but no need to worry if this fails.
158158SCCACHE_IDLE_TIMEOUT=10800 sccache --start-server || true
159159
160- if [ " $RUN_CHECK_WITH_PARALLEL_QUERIES " != " " ]; then
161- $SRC /configure --set rust.parallel-compiler
162- CARGO_INCREMENTAL=0 $PYTHON ../x.py check
163- rm -f config.toml
164- rm -rf build
165- fi
166-
167160$SRC /configure $RUST_CONFIGURE_ARGS
168161
169162retry make prepare
@@ -193,4 +186,11 @@ else
193186 do_make " $RUST_CHECK_TARGET "
194187fi
195188
189+ if [ " $RUN_CHECK_WITH_PARALLEL_QUERIES " != " " ]; then
190+ rm -f config.toml
191+ rm -rf build
192+ $SRC /configure --set rust.parallel-compiler
193+ CARGO_INCREMENTAL=0 $PYTHON ../x.py check
194+ fi
195+
196196sccache --show-stats || true
You can’t perform that action at this time.
0 commit comments