Add issue for linux x32 failing to build
This commit is contained in:
parent
d1eabe699a
commit
e63f46a0ce
@ -94,6 +94,8 @@ matrix:
|
|||||||
osx_image: xcode8.3
|
osx_image: xcode8.3
|
||||||
rust: nightly
|
rust: nightly
|
||||||
# not available on stable
|
# 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"
|
- env: TARGET=x86_64-unknown-linux-gnux32 OPT="--release"
|
||||||
rust: nightly
|
rust: nightly
|
||||||
|
|
||||||
|
@ -69,6 +69,7 @@ if [ "$QEMU" != "" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# FIXME: x86_64-unknown-linux-gnux32 fail to compile wihout --release
|
# FIXME: x86_64-unknown-linux-gnux32 fail to compile wihout --release
|
||||||
|
# See https://github.com/rust-lang/rust/issues/45417
|
||||||
opt=
|
opt=
|
||||||
if [ "$TARGET" = "x86_64-unknown-linux-gnux32" ]; then
|
if [ "$TARGET" = "x86_64-unknown-linux-gnux32" ]; then
|
||||||
opt="--release"
|
opt="--release"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user