File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
src/ci/docker/host-x86_64/tidy Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,6 @@ COPY scripts/nodejs.sh /scripts/
2828RUN sh /scripts/nodejs.sh /node
2929ENV PATH="/node/bin:${PATH}"
3030
31- # Install eslint
32- COPY host-x86_64/tidy/eslint.version /tmp/
33-
3431COPY scripts/sccache.sh /scripts/
3532RUN sh /scripts/sccache.sh
3633
@@ -40,8 +37,6 @@ RUN pip3 install --no-deps --no-cache-dir --require-hashes -r /tmp/reuse-require
4037
4138COPY host-x86_64/pr-check-1/validate-toolstate.sh /scripts/
4239
43- RUN bash -c 'npm install -g eslint@$(cat /tmp/eslint.version)'
44-
4540# NOTE: intentionally uses python2 for x.py so we can test it still works.
4641# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
4742ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments