File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
src/ci/docker/host-x86_64/x86_64-gnu-llvm-12-stage1 Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -41,13 +41,4 @@ ENV SCRIPT python2.7 ../x.py --stage 1 test --exclude src/tools/tidy && \
4141 # It will also detect tests lacking `// EMIT_MIR_FOR_EACH_BIT_WIDTH`,
4242 # despite having different output on 32-bit vs 64-bit targets.
4343 python2.7 ../x.py --stage 1 test src/test/mir-opt \
44- --host='' --target=i686-unknown-linux-gnu && \
45- # Run the UI test suite again, but in `--pass=check` mode
46- #
47- # This is intended to make sure that both `--pass=check` continues to
48- # work.
49- #
50- python2.7 ../x.py --stage 1 test src/test/ui --pass=check \
51- --host='' --target=i686-unknown-linux-gnu && \
52- # Run tidy at the very end, after all the other tests.
53- python2.7 ../x.py --stage 1 test src/tools/tidy
44+ --host='' --target=i686-unknown-linux-gnu
You can’t perform that action at this time.
0 commit comments