about summary refs log tree commit diff
path: root/src/ci/docker/scripts
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2025-01-14 11:28:34 +0000
committerbors <bors@rust-lang.org>2025-01-14 11:28:34 +0000
commitc074d8eee765cfd64e6e143d2894c85c7f3ddc1d (patch)
treec717a39e73cd0e27b24ab1099c8477bb7e987860 /src/ci/docker/scripts
parenta48e7b00570baaaba9d32d783d5702c06afd104d (diff)
parentf3cfff7e98a519837b45d8e7bdd2e3f8ffe58009 (diff)
downloadrust-c074d8eee765cfd64e6e143d2894c85c7f3ddc1d.tar.gz
rust-c074d8eee765cfd64e6e143d2894c85c7f3ddc1d.zip
Auto merge of #135442 - antoyo:subtree-update_cg_gcc_2025_01_12, r=GuillaumeGomez
Subtree update cg_gcc 2025/01/12

r? GuillaumeGomez
Diffstat (limited to 'src/ci/docker/scripts')
-rwxr-xr-xsrc/ci/docker/scripts/build-gccjit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/scripts/build-gccjit.sh b/src/ci/docker/scripts/build-gccjit.sh
index c565922dcd1..43ed2270d31 100755
--- a/src/ci/docker/scripts/build-gccjit.sh
+++ b/src/ci/docker/scripts/build-gccjit.sh
@@ -3,7 +3,7 @@
 GIT_REPO="https://github.com/rust-lang/gcc"
 
 # This commit hash needs to be updated to use a more recent gcc fork version.
-GIT_COMMIT="e744a9459d33864067214741daf5c5bc2a7b88c6"
+GIT_COMMIT="45648c2edd4ecd862d9f08196d3d6c6ccba79f07"
 
 set -ex