Skip to content

Commit da021a8

Browse files
committed
Add a symlink to wasm-ld
1 parent 25a891d commit da021a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)