File tree Expand file tree Collapse file tree 2 files changed +0
-21
lines changed
docker/wasm32-unknown-unknown Expand file tree Collapse file tree 2 files changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,3 @@ ENV CARGO_TARGET_WASM32_UNKNOWN_UNKNOWN_RUNNER=wasm-bindgen-test-runner
2525# Install `node`
2626RUN curl https://nodejs.org/dist/v10.8.0/node-v10.8.0-linux-x64.tar.xz | tar xJf -
2727ENV 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 "$@"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments