ci: bump gcc on dist x64 linux builder to 9.5

Support for `-fuse-ld=lld` was added in GCC 9
This commit is contained in:
Rémy Rakic 2023-09-21 20:59:29 +00:00
parent 61a3eea804
commit d73eaaac5f

View File

@ -3,7 +3,7 @@ set -ex
source shared.sh
GCC=8.5.0
GCC=9.5.0
curl https://ftp.gnu.org/gnu/gcc/gcc-$GCC/gcc-$GCC.tar.xz | xzcat | tar xf -
cd gcc-$GCC