summary refs log tree commit diff
path: root/src/ci/docker
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2018-02-09 10:12:32 -0800
committerAlex Crichton <alex@alexcrichton.com>2018-02-09 10:12:32 -0800
commit9c05babe25bd25db423c7f83c31de000ee4d4db7 (patch)
tree4f64d2882ad6df200bb187584bbf7345bc5a671b /src/ci/docker
parent02537fb90e7e4eb12a69479578b3985665c7e9ad (diff)
downloadrust-9c05babe25bd25db423c7f83c31de000ee4d4db7.tar.gz
rust-9c05babe25bd25db423c7f83c31de000ee4d4db7.zip
ci: Actually bootstrap on i686 dist
Right now the `--build` option was accidentally omitted, so we're bootstraping
from `x86_64` to `i686`. In addition to being slower (more compiles) that's not
actually bootstrapping!
Diffstat (limited to 'src/ci/docker')
-rw-r--r--src/ci/docker/dist-i686-linux/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ci/docker/dist-i686-linux/Dockerfile b/src/ci/docker/dist-i686-linux/Dockerfile
index 0fd6af6e10d..5e405aa72e8 100644
--- a/src/ci/docker/dist-i686-linux/Dockerfile
+++ b/src/ci/docker/dist-i686-linux/Dockerfile
@@ -86,7 +86,8 @@ ENV RUST_CONFIGURE_ARGS \
       --enable-extended \
       --enable-sanitizers \
       --enable-profiler \
-      --enable-emscripten
+      --enable-emscripten \
+      --build=i686-unknown-linux-gnu
 ENV SCRIPT python2.7 ../x.py dist --host $HOSTS --target $HOSTS
 
 # This is the only builder which will create source tarballs