File tree Expand file tree Collapse file tree 5 files changed +2
-5
lines changed
src/ci/docker/host-x86_64 Expand file tree Collapse file tree 5 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 77# Setting up folders for GCC
88git clone https://github.com/antoyo/gcc gcc-src
99cd 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
1213mkdir ../gcc-build ../gcc-install
1314cd ../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 \
5959
6060COPY host-x86_64/x86_64-gnu-llvm-16/script.sh /tmp/
6161
62- COPY host-x86_64/dist-x86_64-linux/libgccjit.version /scripts/
6362COPY host-x86_64/dist-x86_64-linux/build-gccjit.sh /scripts/
6463
6564RUN sh /scripts/build-gccjit.sh /scripts
Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ ENV RUST_CONFIGURE_ARGS \
5454
5555COPY host-x86_64/x86_64-gnu-llvm-16/script.sh /tmp/
5656
57- COPY host-x86_64/dist-x86_64-linux/libgccjit.version /scripts/
5857COPY host-x86_64/dist-x86_64-linux/build-gccjit.sh /scripts/
5958
6059RUN sh /scripts/build-gccjit.sh /scripts
Original file line number Diff line number Diff line change @@ -95,7 +95,6 @@ ENV RUST_CONFIGURE_ARGS \
9595
9696ENV HOST_TARGET x86_64-unknown-linux-gnu
9797
98- COPY host-x86_64/dist-x86_64-linux/libgccjit.version /scripts/
9998COPY host-x86_64/dist-x86_64-linux/build-gccjit.sh /scripts/
10099
101100RUN sh /scripts/build-gccjit.sh /scripts
You can’t perform that action at this time.
0 commit comments