Skip to content

Commit 14fe8d4

Browse files
committed
Create a symbolic link for wasm-ld
1 parent 5315a95 commit 14fe8d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/docker/wasm32-wasi/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ 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+
RUN ln -s /usr/bin/wasm-ld-10 /usr/bin/wasm-ld
2930
ENV PATH=$PATH:/usr/lib/llvm-9/bin
3031

3132
# Of note here is our clang wrapper which just executes a normal clang

0 commit comments

Comments
 (0)