diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2024-09-27 23:05:29 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2024-09-27 23:05:29 +0200 |
| commit | d0102fdd0fe298adc1a64bb0b9cf3da20b0f1bb2 (patch) | |
| tree | 0658ac24e2201555031400b9f3ed850b747002cc /src/ci | |
| parent | 7cde7db1fcb201defa76ac40b0e5d6d3b790755b (diff) | |
| download | rust-d0102fdd0fe298adc1a64bb0b9cf3da20b0f1bb2.tar.gz rust-d0102fdd0fe298adc1a64bb0b9cf3da20b0f1bb2.zip | |
Update libgccjit version used in CI
Diffstat (limited to 'src/ci')
| -rwxr-xr-x | src/ci/docker/host-x86_64/dist-x86_64-linux/build-gccjit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/dist-x86_64-linux/build-gccjit.sh b/src/ci/docker/host-x86_64/dist-x86_64-linux/build-gccjit.sh index 4c80e895fd2..c565922dcd1 100755 --- a/src/ci/docker/host-x86_64/dist-x86_64-linux/build-gccjit.sh +++ b/src/ci/docker/host-x86_64/dist-x86_64-linux/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="341be3b7d7ac6976cfed8ed59da3573c040d0776" +GIT_COMMIT="e744a9459d33864067214741daf5c5bc2a7b88c6" set -ex |
