We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4be034e commit ac0521eCopy full SHA for ac0521e
src/ci/docker/linux-tested-targets/Dockerfile
@@ -39,8 +39,8 @@ ENV RUST_CONFIGURE_ARGS \
39
# way to produce "super compatible" binaries.
40
#
41
# See: https://github.com/rust-lang/rust/issues/34978
42
-ENV CFLAGS_i686_unknown_linux_gnu=-Wa,-mrelax-relocations=no \
43
- CFLAGS_x86_64_unknown_linux_gnu=-Wa,-mrelax-relocations=no
+ENV CFLAGS_i686_unknown_linux_musl=-Wa,-mrelax-relocations=no \
+ CFLAGS_x86_64_unknown_linux_musl=-Wa,-mrelax-relocations=no
44
45
ENV SCRIPT \
46
python2.7 ../x.py test \
0 commit comments