X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fci%2Fdocker%2Fhost-x86_64%2Fi686-gnu%2FDockerfile;h=7bca0398dea7c6679bcf8e6286b2b5c116392340;hb=710bd23df1d4b9e87a0ea15bb51ca9de8c4eea4e;hp=feaab819bdda30ab3d7fca2615f96dc29e42b265;hpb=496384531ea92e2efec8802e2d3b45b6ffff9bd8;p=rust.git diff --git a/src/ci/docker/host-x86_64/i686-gnu/Dockerfile b/src/ci/docker/host-x86_64/i686-gnu/Dockerfile index feaab819bdd..7bca0398dea 100644 --- a/src/ci/docker/host-x86_64/i686-gnu/Dockerfile +++ b/src/ci/docker/host-x86_64/i686-gnu/Dockerfile @@ -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 \