summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYuki Okushi <yuki.okushi@huawei.com>2021-07-16 09:27:43 +0900
committerYuki Okushi <yuki.okushi@huawei.com>2021-07-16 09:31:04 +0900
commit1bad28c96c0876fb32553cde66acd02932d7c0b9 (patch)
treec61ffb67c85765638c79b078323a8ad39f63e47e /.github
parent91db0a901c98b13c93e2ab6bc9b04cd0e79551bf (diff)
downloadrust-libc-1bad28c96c0876fb32553cde66acd02932d7c0b9.tar.gz
Update FIXME
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/bors.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/bors.yml b/.github/workflows/bors.yml
index 62267431c9..f02382c058 100644
--- a/.github/workflows/bors.yml
+++ b/.github/workflows/bors.yml
@@ -127,7 +127,10 @@ jobs:
powerpc64le-unknown-linux-gnu,
s390x-unknown-linux-gnu,
riscv64gc-unknown-linux-gnu,
- # FIXME: Figure out why this is disabled.
+ # FIXME: A recent nightly causes a linker failure:
+ # https://github.com/rust-lang/rust/issues/76679
+ # See this comment for more details:
+ # https://github.com/rust-lang/libc/pull/2225#issuecomment-880696737
#wasm32-wasi,
sparc64-unknown-linux-gnu,
wasm32-unknown-emscripten,