File tree Expand file tree Collapse file tree 4 files changed +0
-46
lines changed Expand file tree Collapse file tree 4 files changed +0
-46
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,6 @@ ENV RUST_CONFIGURE_ARGS \
55
55
--set rust.thin-lto-import-instr-limit=10
56
56
57
57
COPY scripts/shared.sh /scripts/
58
- COPY scripts/build-gccjit.sh /scripts/
59
-
60
- RUN /scripts/build-gccjit.sh /scripts
61
58
62
59
ARG SCRIPT_ARG
63
60
Original file line number Diff line number Diff line change @@ -55,9 +55,6 @@ ENV RUST_CONFIGURE_ARGS \
55
55
--set rust.thin-lto-import-instr-limit=10
56
56
57
57
COPY scripts/shared.sh /scripts/
58
- COPY scripts/build-gccjit.sh /scripts/
59
-
60
- RUN /scripts/build-gccjit.sh /scripts
61
58
62
59
ARG SCRIPT_ARG
63
60
Original file line number Diff line number Diff line change @@ -90,9 +90,6 @@ ENV HOST_TARGET x86_64-unknown-linux-gnu
90
90
# ENV FORCE_CI_RUSTC 1
91
91
92
92
COPY scripts/shared.sh /scripts/
93
- COPY scripts/build-gccjit.sh /scripts/
94
-
95
- RUN /scripts/build-gccjit.sh /scripts
96
93
97
94
# For now, we need to use `--unsafe-perm=true` to go around an issue when npm tries
98
95
# to create a new folder. For reference:
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments