File tree 2 files changed +2
-3
lines changed
docker/host-x86_64/mingw-check-tidy
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -32,5 +32,4 @@ RUN pip3 install --no-deps --no-cache-dir --require-hashes -r /tmp/reuse-require
32
32
COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
33
33
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/
34
34
35
- ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
36
35
ENV SCRIPT python3 ../x.py test --stage 0 src/tools/tidy
Original file line number Diff line number Diff line change @@ -184,11 +184,11 @@ if [ "$RUN_CHECK_WITH_PARALLEL_QUERIES" != "" ]; then
184
184
$SRC /configure --set rust.parallel-compiler
185
185
186
186
# Save the build metrics before we wipe the directory
187
- if [ $HAS_METRICS = 1 ]; then
187
+ if [ " $HAS_METRICS " = 1 ]; then
188
188
mv build/metrics.json .
189
189
fi
190
190
rm -rf build
191
- if [ $HAS_METRICS = 1 ]; then
191
+ if [ " $HAS_METRICS " = 1 ]; then
192
192
mkdir build
193
193
mv metrics.json build
194
194
fi
You can’t perform that action at this time.
0 commit comments