Skip to content

Commit aff269b

Browse files
authored
Rollup merge of rust-lang#40130 - alexcrichton:fix-musl-again, r=nikomatsakis
travis: Fix typos in linux-tested-targets These flags were supposed to be relevant for musl, not for gnu cc rust-lang#39979
2 parents be76056 + ac0521e commit aff269b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ci/docker/linux-tested-targets/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ ENV RUST_CONFIGURE_ARGS \
3939
# way to produce "super compatible" binaries.
4040
#
4141
# 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
42+
ENV CFLAGS_i686_unknown_linux_musl=-Wa,-mrelax-relocations=no \
43+
CFLAGS_x86_64_unknown_linux_musl=-Wa,-mrelax-relocations=no
4444

4545
ENV SCRIPT \
4646
python2.7 ../x.py test \

0 commit comments

Comments
 (0)