Skip to content

Commit b6e6712

Browse files
alexcrichtongnzlbg
authored andcommitted
Remove lld-shim.rs no longer needed on wasm
Bugs are fixed upstream!
1 parent 366fe55 commit b6e6712

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

ci/docker/wasm32-unknown-unknown/Dockerfile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,3 @@ ENV CARGO_TARGET_WASM32_UNKNOWN_UNKNOWN_RUNNER=wasm-bindgen-test-runner
2525
# Install `node`
2626
RUN curl https://nodejs.org/dist/v10.8.0/node-v10.8.0-linux-x64.tar.xz | tar xJf -
2727
ENV PATH=$PATH:/node-v10.8.0-linux-x64/bin
28-
29-
# We use a shim linker that removes `--strip-debug` when passed to LLD. While
30-
# this typically results in invalid debug information in release mode it doesn't
31-
# result in an invalid names section which is what we're interested in.
32-
COPY lld-shim.rs /
33-
ENV CARGO_TARGET_WASM32_UNKNOWN_UNKNOWN_LINKER=/tmp/lld-shim
34-
35-
# Rustc isn't available until this container starts, so defer compilation of the
36-
# shim.
37-
ENTRYPOINT /rust/bin/rustc /lld-shim.rs -o /tmp/lld-shim && exec bash "$@"

ci/lld-shim.rs

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)