Skip to content

Commit

Permalink
Add a symlink to wasm-ld
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Jul 16, 2021
1 parent 282257f commit 91db0a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/docker/wasm32-wasi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ ENV PATH=$PATH:/wasmtime-dev-x86_64-linux
COPY docker/wasm32-wasi/clang.sh /wasi-libc/bin/clang

RUN apt-get install -y --no-install-recommends lld
ENV PATH=$PATH:/usr/lib/llvm-9/bin
RUN ln -s /usr/bin/wasm-ld-10 /usr/bin/wasm-ld
ENV PATH=$PATH:/usr/lib/llvm-10/bin

# Of note here is our clang wrapper which just executes a normal clang
# executable with the right sysroot, and then we're sure to turn off the
Expand Down

0 comments on commit 91db0a9

Please sign in to comment.