diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2019-02-27 08:03:54 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2019-02-27 08:10:21 -0800 |
| commit | 320640060f38957028141ea30bc4d5577d1e53b0 (patch) | |
| tree | 0695c08c446efa07f0495fd6595f5217c09b203e /src/ci | |
| parent | c196097e588b05e86b5ce6de992b2a6e6a7027bd (diff) | |
| download | rust-320640060f38957028141ea30bc4d5577d1e53b0.tar.gz rust-320640060f38957028141ea30bc4d5577d1e53b0.zip | |
Whitelist containers that allow older toolchains
We'll use this as a temporary measure to get an LLVM update landed, but we'll have to go through and update images later to make sure they've got the right toolchains.
Diffstat (limited to 'src/ci')
| -rw-r--r-- | src/ci/docker/dist-x86_64-netbsd/Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ci/docker/dist-x86_64-netbsd/Dockerfile b/src/ci/docker/dist-x86_64-netbsd/Dockerfile index a17a7ebc03d..4fe7e2cca2b 100644 --- a/src/ci/docker/dist-x86_64-netbsd/Dockerfile +++ b/src/ci/docker/dist-x86_64-netbsd/Dockerfile @@ -33,5 +33,6 @@ ENV \ ENV HOSTS=x86_64-unknown-netbsd -ENV RUST_CONFIGURE_ARGS --enable-extended --disable-docs +ENV RUST_CONFIGURE_ARGS --enable-extended --disable-docs \ + --set llvm.allow-old-toolchain ENV SCRIPT python2.7 ../x.py dist --host $HOSTS --target $HOSTS |
