Skip to content

Commit 8a39955

Browse files
committed
Move comment about python2 closer to the place it's used
1 parent 7c96e40 commit 8a39955

File tree

1 file changed

+2
-2
lines changed
  • src/ci/docker/host-x86_64/mingw-check-tidy

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
FROM ubuntu:22.04
22

33
ARG 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.
64
RUN 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
3331
COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
3432
COPY 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.
3636
ENV SCRIPT python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest

0 commit comments

Comments
 (0)