Skip to content

Commit 5da6c1c

Browse files
committed
Auto merge of #117672 - lqd:ci-gcc-lld, r=<try>
ci: bump gcc on dist x64 linux builder to 9.5 Support for `-fuse-ld=lld` was added in GCC 9, so this PR bumps gcc to the latest 9.x release, to prepare for switching to LLD. `-Clinker-flavor=gnu-lld-cc -Clink-self-contained=+linker` will require our CI's GCC to understand `-fuse-ld=lld` when bootstrapping in a future where `x86_64-unknown-linux-gnu` is using `rust-lld` by default. r? `@ghost`
2 parents 61a3eea + d73eaaa commit 5da6c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/host-x86_64/dist-x86_64-linux/build-gcc.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -ex
33

44
source shared.sh
55

6-
GCC=8.5.0
6+
GCC=9.5.0
77

88
curl https://ftp.gnu.org/gnu/gcc/gcc-$GCC/gcc-$GCC.tar.xz | xzcat | tar xf -
99
cd gcc-$GCC

0 commit comments

Comments
 (0)