]> git.lizzy.rs Git - rust.git/blobdiff - src/ci/docker/host-x86_64/i686-gnu/Dockerfile
Rollup merge of #100475 - chenyukang:fix-100461, r=fee1-dead
[rust.git] / src / ci / docker / host-x86_64 / i686-gnu / Dockerfile
index feaab819bdda30ab3d7fca2615f96dc29e42b265..7bca0398dea7c6679bcf8e6286b2b5c116392340 100644 (file)
@@ -23,7 +23,8 @@ RUN sh /scripts/sccache.sh
 COPY scripts/cmake.sh /scripts/
 RUN /scripts/cmake.sh
 
-ENV RUST_CONFIGURE_ARGS --build=i686-unknown-linux-gnu
+ENV RUST_CONFIGURE_ARGS --build=i686-unknown-linux-gnu \
+    --set llvm.allow-old-toolchain
 # Exclude some tests that are unlikely to be platform specific, to speed up
 # this slow job.
 ENV SCRIPT python3 ../x.py --stage 2 test \