File tree 5 files changed +2
-5
lines changed
src/ci/docker/host-x86_64
5 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 7
7
# Setting up folders for GCC
8
8
git clone https://github.com/antoyo/gcc gcc-src
9
9
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
11
12
12
13
mkdir ../gcc-build ../gcc-install
13
14
cd ../gcc-build
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ ENV RUST_CONFIGURE_ARGS \
59
59
60
60
COPY host-x86_64/x86_64-gnu-llvm-16/script.sh /tmp/
61
61
62
- COPY host-x86_64/dist-x86_64-linux/libgccjit.version /scripts/
63
62
COPY host-x86_64/dist-x86_64-linux/build-gccjit.sh /scripts/
64
63
65
64
RUN sh /scripts/build-gccjit.sh /scripts
Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ ENV RUST_CONFIGURE_ARGS \
54
54
55
55
COPY host-x86_64/x86_64-gnu-llvm-16/script.sh /tmp/
56
56
57
- COPY host-x86_64/dist-x86_64-linux/libgccjit.version /scripts/
58
57
COPY host-x86_64/dist-x86_64-linux/build-gccjit.sh /scripts/
59
58
60
59
RUN sh /scripts/build-gccjit.sh /scripts
Original file line number Diff line number Diff line change @@ -95,7 +95,6 @@ ENV RUST_CONFIGURE_ARGS \
95
95
96
96
ENV HOST_TARGET x86_64-unknown-linux-gnu
97
97
98
- COPY host-x86_64/dist-x86_64-linux/libgccjit.version /scripts/
99
98
COPY host-x86_64/dist-x86_64-linux/build-gccjit.sh /scripts/
100
99
101
100
RUN sh /scripts/build-gccjit.sh /scripts
You can’t perform that action at this time.
0 commit comments