Skip to content

Commit

Permalink
travis: Fix typos in linux-tested-targets
Browse files Browse the repository at this point in the history
These flags were supposed to be relevant for musl, not for gnu

cc rust-lang#39979
  • Loading branch information
alexcrichton committed Feb 27, 2017
1 parent 4be034e commit ac0521e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ci/docker/linux-tested-targets/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ ENV RUST_CONFIGURE_ARGS \
# way to produce "super compatible" binaries.
#
# See: https://github.com/rust-lang/rust/issues/34978
ENV CFLAGS_i686_unknown_linux_gnu=-Wa,-mrelax-relocations=no \
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

ENV SCRIPT \
python2.7 ../x.py test \
Expand Down

0 comments on commit ac0521e

Please sign in to comment.