Skip to content

Commit e63f46a

Browse files
committed
Add issue for linux x32 failing to build
1 parent d1eabe6 commit e63f46a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ matrix:
9494
osx_image: xcode8.3
9595
rust: nightly
9696
# not available on stable
97+
# without --release the build fails
98+
# see https://github.com/rust-lang/rust/issues/45417
9799
- env: TARGET=x86_64-unknown-linux-gnux32 OPT="--release"
98100
rust: nightly
99101

ci/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ if [ "$QEMU" != "" ]; then
6969
fi
7070

7171
# FIXME: x86_64-unknown-linux-gnux32 fail to compile wihout --release
72+
# See https://github.com/rust-lang/rust/issues/45417
7273
opt=
7374
if [ "$TARGET" = "x86_64-unknown-linux-gnux32" ]; then
7475
opt="--release"

0 commit comments

Comments
 (0)