]> git.lizzy.rs Git - rust.git/blobdiff - src/ci/docker/host-x86_64/dist-mipsel-linux/Dockerfile
Allow old toolchain on some images
[rust.git] / src / ci / docker / host-x86_64 / dist-mipsel-linux / Dockerfile
index 586172706210104606a9cfe441565cf7ffc1e569..70c8b2a96c8c1e458582e32ce01bbf3c1d1596aa 100644 (file)
@@ -25,5 +25,6 @@ RUN /scripts/cmake.sh
 
 ENV HOSTS=mipsel-unknown-linux-gnu
 
-ENV RUST_CONFIGURE_ARGS --enable-extended --disable-docs
+ENV RUST_CONFIGURE_ARGS --enable-extended --disable-docs \
+    --set llvm.allow-old-toolchain
 ENV SCRIPT python3 ../x.py dist --host $HOSTS --target $HOSTS