Skip to content

Commit c5c6729

Browse files
Use full commit hash and remove libgccjit.version file
1 parent 1d058a0 commit c5c6729

File tree

5 files changed

+2
-5
lines changed

5 files changed

+2
-5
lines changed

src/ci/docker/host-x86_64/dist-x86_64-linux/build-gccjit.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ cd $1
77
# Setting up folders for GCC
88
git clone https://github.com/antoyo/gcc gcc-src
99
cd gcc-src
10-
git checkout $(head -1 /scripts/libgccjit.version)
10+
# This commit hash needs to be updated to use a more recent gcc fork version.
11+
git checkout 78dc50f0e50e6cd1433149520bd512a4e0eaa1bc
1112

1213
mkdir ../gcc-build ../gcc-install
1314
cd ../gcc-build

src/ci/docker/host-x86_64/dist-x86_64-linux/libgccjit.version

-1
This file was deleted.

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

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ ENV RUST_CONFIGURE_ARGS \
5959

6060
COPY host-x86_64/x86_64-gnu-llvm-16/script.sh /tmp/
6161

62-
COPY host-x86_64/dist-x86_64-linux/libgccjit.version /scripts/
6362
COPY host-x86_64/dist-x86_64-linux/build-gccjit.sh /scripts/
6463

6564
RUN sh /scripts/build-gccjit.sh /scripts

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

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ ENV RUST_CONFIGURE_ARGS \
5454

5555
COPY host-x86_64/x86_64-gnu-llvm-16/script.sh /tmp/
5656

57-
COPY host-x86_64/dist-x86_64-linux/libgccjit.version /scripts/
5857
COPY host-x86_64/dist-x86_64-linux/build-gccjit.sh /scripts/
5958

6059
RUN sh /scripts/build-gccjit.sh /scripts

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

-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ ENV RUST_CONFIGURE_ARGS \
9595

9696
ENV HOST_TARGET x86_64-unknown-linux-gnu
9797

98-
COPY host-x86_64/dist-x86_64-linux/libgccjit.version /scripts/
9998
COPY host-x86_64/dist-x86_64-linux/build-gccjit.sh /scripts/
10099

101100
RUN sh /scripts/build-gccjit.sh /scripts

0 commit comments

Comments
 (0)