File tree 2 files changed +6
-2
lines changed 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,10 @@ jobs:
127
127
powerpc64le-unknown-linux-gnu,
128
128
s390x-unknown-linux-gnu,
129
129
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
131
134
# wasm32-wasi,
132
135
sparc64-unknown-linux-gnu,
133
136
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
26
26
COPY docker/wasm32-wasi/clang.sh /wasi-libc/bin/clang
27
27
28
28
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
30
31
31
32
# Of note here is our clang wrapper which just executes a normal clang
32
33
# 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