diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2017-02-27 12:46:43 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2017-02-27 12:46:43 -0800 |
| commit | ac0521e52643bf01b6d15d8c7f7cc5974de5e196 (patch) | |
| tree | 83a7d6515777756151ba15e4ff93b68f13ee6b3a | |
| parent | 4be034e62270ca15c9fff173faef11939092f4e3 (diff) | |
| download | rust-ac0521e52643bf01b6d15d8c7f7cc5974de5e196.tar.gz rust-ac0521e52643bf01b6d15d8c7f7cc5974de5e196.zip | |
travis: Fix typos in linux-tested-targets
These flags were supposed to be relevant for musl, not for gnu cc #39979
| -rw-r--r-- | src/ci/docker/linux-tested-targets/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ci/docker/linux-tested-targets/Dockerfile b/src/ci/docker/linux-tested-targets/Dockerfile index e935226e361..659e1048fff 100644 --- a/src/ci/docker/linux-tested-targets/Dockerfile +++ b/src/ci/docker/linux-tested-targets/Dockerfile @@ -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 \ |
