Skip to content

Commit 5846558

Browse files
committed
Update issue number
1 parent 8af0d7f commit 5846558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ if [ "$QEMU" != "" ]; then
8383
fi
8484

8585
# FIXME: x86_64-unknown-linux-gnux32 fail to compile without --release
86-
# See https://github.com/rust-lang/rust/issues/45417
86+
# See https://github.com/rust-lang/rust/issues/59220
8787
opt=
8888
if [ "$TARGET" = "x86_64-unknown-linux-gnux32" ]; then
8989
opt="--release"

0 commit comments

Comments
 (0)