]> git.proxmox.com Git - rustc.git/blobdiff - src/ci/docker/i686-gnu-nopt/Dockerfile
New upstream version 1.44.1+dfsg1
[rustc.git] / src / ci / docker / i686-gnu-nopt / Dockerfile
index 517b59c38dcb06b7441802344782df01813a0a1a..c15b437e6d3157dea376b816c82172a449564a41 100644 (file)
@@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
   file \
   curl \
   ca-certificates \
-  python2.7 \
+  python3 \
   git \
   cmake \
   sudo \
@@ -18,7 +18,7 @@ COPY scripts/sccache.sh /scripts/
 RUN sh /scripts/sccache.sh
 
 ENV RUST_CONFIGURE_ARGS --build=i686-unknown-linux-gnu --disable-optimize-tests
-ENV SCRIPT python2.7 ../x.py test
+ENV SCRIPT python3 ../x.py test
 
 # FIXME(#59637) takes too long on CI right now
 ENV NO_LLVM_ASSERTIONS=1 NO_DEBUG_ASSERTIONS=1