Skip to content

Commit a2040de

Browse files
committed
do not run tidy on x86_64-gnu-llvm-13
1 parent ef807cb commit a2040de

File tree

1 file changed

+1
-3
lines changed
  • src/ci/docker/host-x86_64/x86_64-gnu-llvm-14

1 file changed

+1
-3
lines changed

src/ci/docker/host-x86_64/x86_64-gnu-llvm-14/Dockerfile

+1-3
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,4 @@ ENV SCRIPT ../x.py --stage 2 test --exclude src/tools/tidy && \
6262
# work.
6363
#
6464
../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
65+
--host='' --target=i686-unknown-linux-gnu

0 commit comments

Comments
 (0)