We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e312c8a commit 5146663Copy full SHA for 5146663
src/ci/docker/dist-i586-gnu-i686-musl/Dockerfile
@@ -34,6 +34,7 @@ ENV RUST_CONFIGURE_ARGS \
34
#
35
# See: https://github.com/rust-lang/rust/issues/34978
36
ENV CFLAGS_i686_unknown_linux_musl=-Wa,-mrelax-relocations=no
37
+ENV CFLAGS_i586_unknown_linux_gnu=-Wa,-mrelax-relocations=no
38
39
ENV SCRIPT \
40
python2.7 ../x.py test \
0 commit comments