summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-03-08 19:42:45 +0900
committerYuki Okushi <huyuumi.dev@gmail.com>2020-03-08 19:42:45 +0900
commit58465589bf71ff2b1d916935e9f60dc54ff24376 (patch)
tree383d1231af6017c1e0829ba195a9b6f74f4bbd4c
parent8af0d7f6c8c394239366ba7d69214c1953a8bf66 (diff)
downloadrust-libc-58465589bf71ff2b1d916935e9f60dc54ff24376.tar.gz
Update issue number
-rwxr-xr-xci/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/run.sh b/ci/run.sh
index 3aec989471..d0938121c1 100755
--- a/ci/run.sh
+++ b/ci/run.sh
@@ -83,7 +83,7 @@ if [ "$QEMU" != "" ]; then
fi
# FIXME: x86_64-unknown-linux-gnux32 fail to compile without --release
-# See https://github.com/rust-lang/rust/issues/45417
+# See https://github.com/rust-lang/rust/issues/59220
opt=
if [ "$TARGET" = "x86_64-unknown-linux-gnux32" ]; then
opt="--release"