Skip to content

Commit 9ac03a6

Browse files
committed
Auto merge of #2225 - JohnTitor:wasi, r=JohnTitor
Update FIXME for WASI r? `@ghost`
2 parents 282257f + 1bad28c commit 9ac03a6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/bors.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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,

ci/docker/wasm32-wasi/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ ENV PATH=$PATH:/wasmtime-dev-x86_64-linux
2626
COPY docker/wasm32-wasi/clang.sh /wasi-libc/bin/clang
2727

2828
RUN 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

0 commit comments

Comments
 (0)