Add issue for linux x32 failing to build

This commit is contained in:
Marco A L Barbosa 2017-10-27 13:15:32 -02:00
parent d1eabe699a
commit e63f46a0ce
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -69,6 +69,7 @@ if [ "$QEMU" != "" ]; then
fi
# FIXME: x86_64-unknown-linux-gnux32 fail to compile wihout --release
# See https://github.com/rust-lang/rust/issues/45417
opt=
if [ "$TARGET" = "x86_64-unknown-linux-gnux32" ]; then
opt="--release"