about summary refs log tree commit diff
path: root/src/ci/docker/dist-i686-linux
diff options
context:
space:
mode:
authorMark Simulacrum <mark.simulacrum@gmail.com>2018-02-11 15:52:44 -0700
committerMark Simulacrum <mark.simulacrum@gmail.com>2018-03-02 11:28:29 -0700
commitab7ce1c3c48d4f1be6c16928704e2eec0aed9ae2 (patch)
treec6c2dc524fee00ab6b5be54a953a2a1cc3eb3c58 /src/ci/docker/dist-i686-linux
parent29f5c699b11a6a148f097f82eaa05202f8799bbc (diff)
downloadrust-ab7ce1c3c48d4f1be6c16928704e2eec0aed9ae2.tar.gz
rust-ab7ce1c3c48d4f1be6c16928704e2eec0aed9ae2.zip
Remove --host and --target arguments to configure
These arguments are passed to the relevant x.py invocation in all cases
anyway. As such, there is no need to separately configure them. x.py
will ignore the configuration when they are passed on the command line
anyway.
Diffstat (limited to 'src/ci/docker/dist-i686-linux')
-rw-r--r--src/ci/docker/dist-i686-linux/Dockerfile6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/ci/docker/dist-i686-linux/Dockerfile b/src/ci/docker/dist-i686-linux/Dockerfile
index 5e405aa72e8..da7c6233fc8 100644
--- a/src/ci/docker/dist-i686-linux/Dockerfile
+++ b/src/ci/docker/dist-i686-linux/Dockerfile
@@ -82,13 +82,11 @@ RUN sh /scripts/sccache.sh
 ENV HOSTS=i686-unknown-linux-gnu
 
 ENV RUST_CONFIGURE_ARGS \
-      --host=$HOSTS \
       --enable-extended \
       --enable-sanitizers \
       --enable-profiler \
-      --enable-emscripten \
-      --build=i686-unknown-linux-gnu
-ENV SCRIPT python2.7 ../x.py dist --host $HOSTS --target $HOSTS
+      --enable-emscripten
+ENV SCRIPT python2.7 ../x.py dist --build $HOSTS --host $HOSTS --target $HOSTS
 
 # This is the only builder which will create source tarballs
 ENV DIST_SRC 1