mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-21 22:34:05 +00:00
Remove custom node script
This commit is contained in:
parent
5aa8cc8412
commit
874ecdc09f
@ -19,7 +19,6 @@ RUN sh /scripts/dumb-init.sh
|
|||||||
# emscripten
|
# emscripten
|
||||||
COPY scripts/emscripten.sh /scripts/
|
COPY scripts/emscripten.sh /scripts/
|
||||||
RUN bash /scripts/emscripten.sh
|
RUN bash /scripts/emscripten.sh
|
||||||
COPY disabled/wasm32/node.sh /usr/local/bin/node
|
|
||||||
|
|
||||||
COPY scripts/sccache.sh /scripts/
|
COPY scripts/sccache.sh /scripts/
|
||||||
RUN sh /scripts/sccache.sh
|
RUN sh /scripts/sccache.sh
|
||||||
@ -27,6 +26,7 @@ RUN sh /scripts/sccache.sh
|
|||||||
ENV PATH=$PATH:/emsdk-portable
|
ENV PATH=$PATH:/emsdk-portable
|
||||||
ENV PATH=$PATH:/emsdk-portable/clang/e1.37.13_64bit/
|
ENV PATH=$PATH:/emsdk-portable/clang/e1.37.13_64bit/
|
||||||
ENV PATH=$PATH:/emsdk-portable/emscripten/1.37.13/
|
ENV PATH=$PATH:/emsdk-portable/emscripten/1.37.13/
|
||||||
|
ENV PATH=$PATH:/node-v8.0.0-linux-x64/bin/
|
||||||
ENV EMSCRIPTEN=/emsdk-portable/emscripten/1.37.13/
|
ENV EMSCRIPTEN=/emsdk-portable/emscripten/1.37.13/
|
||||||
ENV BINARYEN_ROOT=/emsdk-portable/clang/e1.37.13_64bit/binaryen/
|
ENV BINARYEN_ROOT=/emsdk-portable/clang/e1.37.13_64bit/binaryen/
|
||||||
ENV EM_CONFIG=/emsdk-portable/.emscripten
|
ENV EM_CONFIG=/emsdk-portable/.emscripten
|
||||||
|
@ -1,18 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
# Copyright 2017 The Rust Project Developers. See the COPYRIGHT
|
|
||||||
# file at the top-level directory of this distribution and at
|
|
||||||
# http://rust-lang.org/COPYRIGHT.
|
|
||||||
#
|
|
||||||
# Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
|
|
||||||
# <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
|
|
||||||
# option. This file may not be copied, modified, or distributed
|
|
||||||
# except according to those terms.
|
|
||||||
|
|
||||||
path="$(dirname $1)"
|
|
||||||
file="$(basename $1)"
|
|
||||||
|
|
||||||
shift
|
|
||||||
|
|
||||||
cd "$path"
|
|
||||||
exec /node-v8.0.0-linux-x64/bin/node "$file" "$@"
|
|
Loading…
Reference in New Issue
Block a user