diff options
| author | Marco A L Barbosa <malbarbo@gmail.com> | 2017-10-11 21:36:37 -0300 |
|---|---|---|
| committer | Marco A L Barbosa <malbarbo@gmail.com> | 2017-10-11 21:36:37 -0300 |
| commit | 0f427036c737666d16e1188f731199bd96750555 (patch) | |
| tree | 3df356f173993db3c8a781bd531092dcda2c1f49 /src/ci/docker/cross2 | |
| parent | 03419c846af0dea71e38064223d5e51550350a61 (diff) | |
| download | rust-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/Dockerfile | 1 |
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 |
