File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
src/ci/docker/host-x86_64/mingw-check-tidy Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ ENV PATH="/node/bin:${PATH}"
30
30
31
31
# Install eslint
32
32
COPY host-x86_64/mingw-check-tidy/eslint.version /tmp/
33
- RUN npm install eslint@$(head -n 1 /tmp/eslint.version)
34
33
35
34
COPY scripts/sccache.sh /scripts/
36
35
RUN sh /scripts/sccache.sh
@@ -44,5 +43,5 @@ COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/
44
43
45
44
# NOTE: intentionally uses python2 for x.py so we can test it still works.
46
45
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
47
- ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
48
- --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
46
+ ENV SCRIPT TIDY_PRINT_DIFF=1 npm install eslint@$(head -n 1 /tmp/eslint.version) && \
47
+ python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
You can’t perform that action at this time.
0 commit comments