about summary refs log tree commit diff
path: root/src/ci/docker/dist-mips-linux/Dockerfile
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-04-01 07:18:43 -0700
committerAlex Crichton <alex@alexcrichton.com>2017-04-03 12:30:06 -0700
commit541512b0bf71bf2d57f42a66519a927b6e2503d9 (patch)
treefd4d899836b2a3a790d840b31d89ea0134af2474 /src/ci/docker/dist-mips-linux/Dockerfile
parent5e122f59ba23494d460466cca53c71646d99c767 (diff)
downloadrust-541512b0bf71bf2d57f42a66519a927b6e2503d9.tar.gz
rust-541512b0bf71bf2d57f42a66519a927b6e2503d9.zip
travis: Split all dist builders in two
Previously we would use one builder on Travis to produce two sets of host
compilers for two different targets. Unfortunately though we've recently
increased how much we're building for each target so this is starting to take
unnecessarily long (#40804). This commit splits the dist builders in two by
ensuring that we only dist one target on each builder, which should take a much
shorter amount of time. This should also unblock other work such as landing the
RLS (#40584).
Diffstat (limited to 'src/ci/docker/dist-mips-linux/Dockerfile')
-rw-r--r--src/ci/docker/dist-mips-linux/Dockerfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ci/docker/dist-mips-linux/Dockerfile b/src/ci/docker/dist-mips-linux/Dockerfile
index 938c53ae488..e3df1cc7192 100644
--- a/src/ci/docker/dist-mips-linux/Dockerfile
+++ b/src/ci/docker/dist-mips-linux/Dockerfile
@@ -13,7 +13,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
   gdb \
   xz-utils \
   g++-mips-linux-gnu \
-  g++-mipsel-linux-gnu \
   libssl-dev \
   pkg-config
 
@@ -27,7 +26,6 @@ RUN curl -OL https://github.com/Yelp/dumb-init/releases/download/v1.2.0/dumb-ini
 ENTRYPOINT ["/usr/bin/dumb-init", "--"]
 
 ENV HOSTS=mips-unknown-linux-gnu
-ENV HOSTS=$HOSTS,mipsel-unknown-linux-gnu
 
 ENV RUST_CONFIGURE_ARGS --host=$HOSTS --enable-extended
 ENV SCRIPT python2.7 ../x.py dist --host $HOSTS --target $HOSTS