Skip to content

Commit 7f27070

Browse files
committed
fix CI extra checks
1 parent 5865f37 commit 7f27070

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ ENV SCRIPT \
5151
python3 ../x.py check compiletest --set build.compiletest-use-stage0-libtest=true && \
5252
python3 ../x.py check --stage 1 --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
5353
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 && \
54+
python3 ../x.py test --stage 0 tidy --extra-checks=js && \
5455
/scripts/validate-toolstate.sh && \
5556
/scripts/validate-error-codes.sh && \
5657
reuse --include-submodules lint && \
57-
python3 ../x.py test collect-license-metadata && \
58-
src/tools/tidy --extra-checks=js
58+
python3 ../x.py test collect-license-metadata

0 commit comments

Comments
 (0)