File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/ci/docker/host-x86_64/mingw-check-tidy Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11FROM ubuntu:22.04
22
33ARG DEBIAN_FRONTEND=noninteractive
4- # NOTE: intentionally uses python2 for x.py so we can test it still works.
5- # validate-toolstate only runs in our CI, so it's ok for it to only support python3.
64RUN apt-get update && apt-get install -y --no-install-recommends \
75 g++ \
86 make \
@@ -33,4 +31,6 @@ RUN pip3 install --no-deps --no-cache-dir --require-hashes -r /tmp/reuse-require
3331COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
3432COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/
3533
34+ # NOTE: intentionally uses python2 for x.py so we can test it still works.
35+ # validate-toolstate only runs in our CI, so it's ok for it to only support python3.
3636ENV SCRIPT python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest
You can’t perform that action at this time.
0 commit comments