Skip to content

Commit 957bf8b

Browse files
committed
Remove build-gccjit.sh script
1 parent 33d92df commit 957bf8b

File tree

4 files changed

+0
-46
lines changed

4 files changed

+0
-46
lines changed

src/ci/docker/host-x86_64/x86_64-gnu-llvm-18/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ ENV RUST_CONFIGURE_ARGS \
5555
--set rust.thin-lto-import-instr-limit=10
5656

5757
COPY scripts/shared.sh /scripts/
58-
COPY scripts/build-gccjit.sh /scripts/
59-
60-
RUN /scripts/build-gccjit.sh /scripts
6158

6259
ARG SCRIPT_ARG
6360

src/ci/docker/host-x86_64/x86_64-gnu-llvm-19/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ ENV RUST_CONFIGURE_ARGS \
5555
--set rust.thin-lto-import-instr-limit=10
5656

5757
COPY scripts/shared.sh /scripts/
58-
COPY scripts/build-gccjit.sh /scripts/
59-
60-
RUN /scripts/build-gccjit.sh /scripts
6158

6259
ARG SCRIPT_ARG
6360

src/ci/docker/host-x86_64/x86_64-gnu-tools/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,6 @@ ENV HOST_TARGET x86_64-unknown-linux-gnu
9090
#ENV FORCE_CI_RUSTC 1
9191

9292
COPY scripts/shared.sh /scripts/
93-
COPY scripts/build-gccjit.sh /scripts/
94-
95-
RUN /scripts/build-gccjit.sh /scripts
9693

9794
# For now, we need to use `--unsafe-perm=true` to go around an issue when npm tries
9895
# to create a new folder. For reference:

src/ci/docker/scripts/build-gccjit.sh

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

0 commit comments

Comments
 (0)