Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ac0521e

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

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

Lines changed: 2 additions & 2 deletions
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)
Please sign in to comment.