diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2024-07-10 13:33:53 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2024-07-10 13:39:39 +0200 |
| commit | 8bf65c69f7d84a3be4c8278b611dbc1e5a3e2acd (patch) | |
| tree | aa27395eb30c7973f81b0a73a05456ebefce40c8 | |
| parent | 541b32c8abffc772ffe58d5ac622a8f956a39d30 (diff) | |
| download | rust-8bf65c69f7d84a3be4c8278b611dbc1e5a3e2acd.tar.gz rust-8bf65c69f7d84a3be4c8278b611dbc1e5a3e2acd.zip | |
Update GCC version
| -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 5bc6f5cc216..4c80e895fd2 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="78dc50f0e50e6cd1433149520bd512a4e0eaa1bc" +GIT_COMMIT="341be3b7d7ac6976cfed8ed59da3573c040d0776" set -ex |
