summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorMarco A L Barbosa <malbarbo@gmail.com>2017-10-27 13:15:32 -0200
committerMarco A L Barbosa <malbarbo@gmail.com>2017-10-27 13:15:32 -0200
commite63f46a0cee57573db2c0dc5d4008c5052cd4811 (patch)
tree614a11ddd86d593e76fd71c52b493d7e4e24c735 /ci
parentd1eabe699a0e4137bb3b5cab9c1fc2922f122f0c (diff)
downloadrust-libc-e63f46a0cee57573db2c0dc5d4008c5052cd4811.tar.gz
Add issue for linux x32 failing to build
Diffstat (limited to 'ci')
-rwxr-xr-xci/run.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/run.sh b/ci/run.sh
index 65d716e956..420542a561 100755
--- a/ci/run.sh
+++ b/ci/run.sh
@@ -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"