File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/ci/docker/host-x86_64/mingw-check-tidy Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,9 @@ RUN pip3 install --no-deps --no-cache-dir --require-hashes -r /tmp/reuse-require
41
41
COPY host-x86_64/mingw-check-1/validate-toolstate.sh /scripts/
42
42
COPY host-x86_64/mingw-check-1/validate-error-codes.sh /scripts/
43
43
44
+ RUN bash -c 'npm install -g eslint@$(cat /tmp/eslint.version)'
45
+
44
46
# NOTE: intentionally uses python2 for x.py so we can test it still works.
45
47
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
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
48
+ ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 \
49
+ src/tools/tidy tidyselftest --extra-checks=py,cpp
You can’t perform that action at this time.
0 commit comments