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 Original file line number Diff line number Diff line change 1
1
FROM ubuntu:22.04
2
2
3
3
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.
6
4
RUN apt-get update && apt-get install -y --no-install-recommends \
7
5
g++ \
8
6
make \
@@ -33,4 +31,6 @@ RUN pip3 install --no-deps --no-cache-dir --require-hashes -r /tmp/reuse-require
33
31
COPY host-x86_64/mingw-check/validate-toolstate.sh /scripts/
34
32
COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/
35
33
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.
36
36
ENV SCRIPT python2.7 ../x.py test --stage 0 src/tools/tidy tidyselftest
You can’t perform that action at this time.
0 commit comments