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 8af0d7f commit 5846558Copy full SHA for 5846558
ci/run.sh
@@ -83,7 +83,7 @@ if [ "$QEMU" != "" ]; then
83
fi
84
85
# FIXME: x86_64-unknown-linux-gnux32 fail to compile without --release
86
-# See https://github.com/rust-lang/rust/issues/45417
+# See https://github.com/rust-lang/rust/issues/59220
87
opt=
88
if [ "$TARGET" = "x86_64-unknown-linux-gnux32" ]; then
89
opt="--release"
0 commit comments