summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarco A L Barbosa <malbarbo@gmail.com>2017-10-27 13:15:32 -0200
committerMarco A L Barbosa <malbarbo@gmail.com>2017-10-27 13:15:32 -0200
commite63f46a0cee57573db2c0dc5d4008c5052cd4811 (patch)
tree614a11ddd86d593e76fd71c52b493d7e4e24c735 /.travis.yml
parentd1eabe699a0e4137bb3b5cab9c1fc2922f122f0c (diff)
downloadrust-libc-e63f46a0cee57573db2c0dc5d4008c5052cd4811.tar.gz
Add issue for linux x32 failing to build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 3bac9449bf..11f5c77511 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -94,6 +94,8 @@ matrix:
osx_image: xcode8.3
rust: nightly
# not available on stable
+ # without --release the build fails
+ # see https://github.com/rust-lang/rust/issues/45417
- env: TARGET=x86_64-unknown-linux-gnux32 OPT="--release"
rust: nightly