We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282257f commit 5f2d65fCopy full SHA for 5f2d65f
ci/docker/wasm32-wasi/Dockerfile
@@ -26,7 +26,8 @@ ENV PATH=$PATH:/wasmtime-dev-x86_64-linux
26
COPY docker/wasm32-wasi/clang.sh /wasi-libc/bin/clang
27
28
RUN apt-get install -y --no-install-recommends lld
29
-ENV PATH=$PATH:/usr/lib/llvm-9/bin
+RUN ln -s /usr/bin/wasm-ld-10 /usr/bin/wasm-ld
30
+ENV PATH=$PATH:/usr/lib/llvm-10/bin
31
32
# Of note here is our clang wrapper which just executes a normal clang
33
# executable with the right sysroot, and then we're sure to turn off the
0 commit comments