]> git.lizzy.rs Git - rust.git/blobdiff - src/ci/docker/host-x86_64/dist-i586-gnu-i586-i686-musl/Dockerfile
Allow old toolchain on some images
[rust.git] / src / ci / docker / host-x86_64 / dist-i586-gnu-i586-i686-musl / Dockerfile
index c98fc7dcfff3e803d3edc9407db469c1e3664f95..b0d65428ec6c488a7166e9f05108439cd95e2478 100644 (file)
@@ -36,7 +36,8 @@ RUN /scripts/cmake.sh
 ENV RUST_CONFIGURE_ARGS \
       --musl-root-i586=/musl-i586 \
       --musl-root-i686=/musl-i686 \
-      --disable-docs
+      --disable-docs \
+      --set llvm.allow-old-toolchain
 
 # Newer binutils broke things on some vms/distros (i.e., linking against
 # unknown relocs disabled by the following flag), so we need to go out of our