We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef807cb commit a2040deCopy full SHA for a2040de
src/ci/docker/host-x86_64/x86_64-gnu-llvm-14/Dockerfile
@@ -62,6 +62,4 @@ ENV SCRIPT ../x.py --stage 2 test --exclude src/tools/tidy && \
62
# work.
63
#
64
../x.ps1 --stage 2 test tests/ui --pass=check \
65
- --host='' --target=i686-unknown-linux-gnu && \
66
- # Run tidy at the very end, after all the other tests.
67
- python2.7 ../x.py --stage 2 test src/tools/tidy
+ --host='' --target=i686-unknown-linux-gnu
0 commit comments