diff options
author | Marco A L Barbosa <malbarbo@gmail.com> | 2017-10-27 13:15:32 -0200 |
---|---|---|
committer | Marco A L Barbosa <malbarbo@gmail.com> | 2017-10-27 13:15:32 -0200 |
commit | e63f46a0cee57573db2c0dc5d4008c5052cd4811 (patch) | |
tree | 614a11ddd86d593e76fd71c52b493d7e4e24c735 /.travis.yml | |
parent | d1eabe699a0e4137bb3b5cab9c1fc2922f122f0c (diff) | |
download | rust-libc-e63f46a0cee57573db2c0dc5d4008c5052cd4811.tar.gz |
Add issue for linux x32 failing to build
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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 |