about summary refs log tree commit diff
path: root/src/ci/docker/cross2
diff options
context:
space:
mode:
authorMarco A L Barbosa <malbarbo@gmail.com>2017-10-11 21:36:37 -0300
committerMarco A L Barbosa <malbarbo@gmail.com>2017-10-11 21:36:37 -0300
commit0f427036c737666d16e1188f731199bd96750555 (patch)
tree3df356f173993db3c8a781bd531092dcda2c1f49 /src/ci/docker/cross2
parent03419c846af0dea71e38064223d5e51550350a61 (diff)
downloadrust-0f427036c737666d16e1188f731199bd96750555.tar.gz
rust-0f427036c737666d16e1188f731199bd96750555.zip
Add builder for x86_64-unknown-linux-gnux32 in cross2
Diffstat (limited to 'src/ci/docker/cross2')
-rw-r--r--src/ci/docker/cross2/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ci/docker/cross2/Dockerfile b/src/ci/docker/cross2/Dockerfile
index f5fc06767ce..76690fd2e15 100644
--- a/src/ci/docker/cross2/Dockerfile
+++ b/src/ci/docker/cross2/Dockerfile
@@ -47,6 +47,7 @@ ENV TARGETS=x86_64-unknown-fuchsia
 ENV TARGETS=$TARGETS,aarch64-unknown-fuchsia
 ENV TARGETS=$TARGETS,sparcv9-sun-solaris
 ENV TARGETS=$TARGETS,x86_64-sun-solaris
+ENV TARGETS=$TARGETS,x86_64-unknown-linux-gnux32
 
 ENV RUST_CONFIGURE_ARGS --target=$TARGETS --enable-extended
 ENV SCRIPT python2.7 ../x.py dist --target $TARGETS