Skip to content

Commit ac0521e

Browse files
committed
travis: Fix typos in linux-tested-targets
These flags were supposed to be relevant for musl, not for gnu cc rust-lang#39979
1 parent 4be034e commit ac0521e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: 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)