File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,10 @@ jobs:
127127 powerpc64le-unknown-linux-gnu,
128128 s390x-unknown-linux-gnu,
129129 riscv64gc-unknown-linux-gnu,
130- # FIXME: Figure out why this is disabled.
130+ # 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
131134 # wasm32-wasi,
132135 sparc64-unknown-linux-gnu,
133136 wasm32-unknown-emscripten,
Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ ENV PATH=$PATH:/wasmtime-dev-x86_64-linux
2626COPY docker/wasm32-wasi/clang.sh /wasi-libc/bin/clang
2727
2828RUN apt-get install -y --no-install-recommends lld
29- ENV PATH=$PATH:/usr/lib/llvm-9/bin
29+ RUN ln -s /usr/bin/wasm-ld-10 /usr/bin/wasm-ld
30+ ENV PATH=$PATH:/usr/lib/llvm-10/bin
3031
3132# Of note here is our clang wrapper which just executes a normal clang
3233# executable with the right sysroot, and then we're sure to turn off the
You can’t perform that action at this time.
0 commit comments