We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1eabe6 commit e63f46aCopy full SHA for e63f46a
.travis.yml
@@ -94,6 +94,8 @@ matrix:
94
osx_image: xcode8.3
95
rust: nightly
96
# not available on stable
97
+ # without --release the build fails
98
+ # see https://github.com/rust-lang/rust/issues/45417
99
- env: TARGET=x86_64-unknown-linux-gnux32 OPT="--release"
100
101
ci/run.sh
@@ -69,6 +69,7 @@ if [ "$QEMU" != "" ]; then
69
fi
70
71
# FIXME: x86_64-unknown-linux-gnux32 fail to compile wihout --release
72
+# See https://github.com/rust-lang/rust/issues/45417
73
opt=
74
if [ "$TARGET" = "x86_64-unknown-linux-gnux32" ]; then
75
opt="--release"
0 commit comments