Skip to content

Commit 0f42703

Browse files
committed
Add builder for x86_64-unknown-linux-gnux32 in cross2
1 parent 03419c8 commit 0f42703

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/ci/docker/cross2/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ ENV TARGETS=x86_64-unknown-fuchsia
4747
ENV TARGETS=$TARGETS,aarch64-unknown-fuchsia
4848
ENV TARGETS=$TARGETS,sparcv9-sun-solaris
4949
ENV TARGETS=$TARGETS,x86_64-sun-solaris
50+
ENV TARGETS=$TARGETS,x86_64-unknown-linux-gnux32
5051

5152
ENV RUST_CONFIGURE_ARGS --target=$TARGETS --enable-extended
5253
ENV SCRIPT python2.7 ../x.py dist --target $TARGETS

src/tools/build-manifest/src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ static TARGETS: &'static [&'static str] = &[
9595
"x86_64-unknown-freebsd",
9696
"x86_64-unknown-fuchsia",
9797
"x86_64-unknown-linux-gnu",
98+
"x86_64-unknown-linux-gnux32",
9899
"x86_64-unknown-linux-musl",
99100
"x86_64-unknown-netbsd",
100101
"x86_64-unknown-redox",

0 commit comments

Comments
 (0)