Skip to content

Commit c79a807

Browse files
committed
test: move clippy check from mingw-check to mingw-check-tidy
Signed-off-by: onur-ozkan <[email protected]>
1 parent 97d0bb1 commit c79a807

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/ci/docker/host-x86_64/mingw-check-tidy/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@ COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/
3636

3737
# NOTE: intentionally uses python2 for x.py so we can test it still works.
3838
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
39-
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
40-
--stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
39+
ENV SCRIPT \
40+
TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp \
41+
python2.7 ../x.py clippy ci

src/ci/docker/host-x86_64/mingw-check/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ ENV SCRIPT \
4949
python3 ../x.py check --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
5050
python3 ../x.py build --stage 0 src/tools/build-manifest && \
5151
python3 ../x.py test --stage 0 src/tools/compiletest && \
52-
python3 ../x.py clippy ci && \
5352
python3 ../x.py check --stage 1 --set build.optimized-compiler-builtins=false core alloc std --target=aarch64-unknown-linux-gnu,i686-pc-windows-msvc,i686-unknown-linux-gnu,x86_64-apple-darwin,x86_64-pc-windows-gnu,x86_64-pc-windows-msvc && \
5453
python3 ../x.py test --stage 1 core alloc std test proc_macro && \
5554
# Build both public and internal documentation.

0 commit comments

Comments
 (0)