Skip to content

Commit

Permalink
Move tidy check to mingw-check
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Mar 5, 2020
1 parent 592e9c3 commit d6a17b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/ci/docker/mingw-check/Dockerfile
Expand Up @@ -25,4 +25,5 @@ ENV RUN_CHECK_WITH_PARALLEL_QUERIES 1
ENV SCRIPT python2.7 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
python2.7 ../x.py build --stage 0 src/tools/build-manifest && \
python2.7 ../x.py test --stage 0 src/tools/compiletest && \
python2.7 ../x.py test src/tools/tidy && \
/scripts/validate-toolstate.sh
2 changes: 1 addition & 1 deletion src/ci/docker/x86_64-gnu-llvm-7/Dockerfile
Expand Up @@ -28,7 +28,7 @@ ENV RUST_CONFIGURE_ARGS \
--enable-llvm-link-shared \
--set rust.thin-lto-import-instr-limit=10

ENV SCRIPT python2.7 ../x.py test src/tools/tidy && python2.7 ../x.py test
ENV SCRIPT python2.7 ../x.py test --exclude src/tools/tidy && python2.7 ../x.py test src/tools/tidy

# The purpose of this container isn't to test with debug assertions and
# this is run on all PRs, so let's get speedier builds by disabling these extra
Expand Down

0 comments on commit d6a17b5

Please sign in to comment.