about summary refs log tree commit diff
path: root/src/ci/docker/scripts
diff options
context:
space:
mode:
authorAntoni Boucher <bouanto@zoho.com>2025-01-13 13:05:55 -0500
committerAntoni Boucher <bouanto@zoho.com>2025-01-13 14:22:15 -0500
commitf3cfff7e98a519837b45d8e7bdd2e3f8ffe58009 (patch)
treedde1404935d0f0d3f3401f20cc7e0ad356316d24 /src/ci/docker/scripts
parentcf2f17aeb67b607205fc4d9115f4a4d8e842bac5 (diff)
downloadrust-f3cfff7e98a519837b45d8e7bdd2e3f8ffe58009.tar.gz
rust-f3cfff7e98a519837b45d8e7bdd2e3f8ffe58009.zip
Fix error in CI by updating the GCC version
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