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 91db0a9 commit 1bad28cCopy full SHA for 1bad28c
.github/workflows/bors.yml
@@ -127,7 +127,10 @@ jobs:
127
powerpc64le-unknown-linux-gnu,
128
s390x-unknown-linux-gnu,
129
riscv64gc-unknown-linux-gnu,
130
- # FIXME: Figure out why this is disabled.
+ # FIXME: A recent nightly causes a linker failure:
131
+ # https://github.com/rust-lang/rust/issues/76679
132
+ # See this comment for more details:
133
+ # https://github.com/rust-lang/libc/pull/2225#issuecomment-880696737
134
#wasm32-wasi,
135
sparc64-unknown-linux-gnu,
136
wasm32-unknown-emscripten,
0 commit comments