We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605cc3b commit d8fd89fCopy full SHA for d8fd89f
src/ci/docker/dist-x86_64-musl/Dockerfile
@@ -38,7 +38,7 @@ ENV RUST_CONFIGURE_ARGS \
38
# way to produce "super compatible" binaries.
39
#
40
# See: https://github.com/rust-lang/rust/issues/34978
41
-#ENV CFLAGS_x86_64_unknown_linux_musl=-Wa,-mrelax-relocations=no
+ENV CFLAGS_x86_64_unknown_linux_musl=-Wa,-mrelax-relocations=no
42
43
ENV HOSTS=x86_64-unknown-linux-musl \
44
CC_x86_64_unknown_linux_musl=x86_64-linux-musl-gcc \
0 commit comments