We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03419c8 commit 0f42703Copy full SHA for 0f42703
src/ci/docker/cross2/Dockerfile
@@ -47,6 +47,7 @@ ENV TARGETS=x86_64-unknown-fuchsia
47
ENV TARGETS=$TARGETS,aarch64-unknown-fuchsia
48
ENV TARGETS=$TARGETS,sparcv9-sun-solaris
49
ENV TARGETS=$TARGETS,x86_64-sun-solaris
50
+ENV TARGETS=$TARGETS,x86_64-unknown-linux-gnux32
51
52
ENV RUST_CONFIGURE_ARGS --target=$TARGETS --enable-extended
53
ENV SCRIPT python2.7 ../x.py dist --target $TARGETS
src/tools/build-manifest/src/main.rs
@@ -95,6 +95,7 @@ static TARGETS: &'static [&'static str] = &[
95
"x86_64-unknown-freebsd",
96
"x86_64-unknown-fuchsia",
97
"x86_64-unknown-linux-gnu",
98
+ "x86_64-unknown-linux-gnux32",
99
"x86_64-unknown-linux-musl",
100
"x86_64-unknown-netbsd",
101
"x86_64-unknown-redox",
0 commit comments