Update dist-x86_64-linux to GCC 8.5

While we don't use GCC for the LLVM build, we do use its libstdc++,
and there has been an std::optional ABI break in this version.
This makes the libLLVM.so for LLVM 16 ABI-incompatible with newer
libstdc++ versions, which we use on all other builders, and which
download-ci-llvm users are likely to use.
This commit is contained in:
Nikita Popov 2023-03-21 19:02:08 +01:00 committed by Nikita Popov
parent 9bdb4881c7
commit 079a801d8b

View File

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