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:
parent
9bdb4881c7
commit
079a801d8b
@ -3,7 +3,7 @@ set -ex
|
|||||||
|
|
||||||
source shared.sh
|
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 -
|
curl https://ftp.gnu.org/gnu/gcc/gcc-$GCC/gcc-$GCC.tar.xz | xzcat | tar xf -
|
||||||
cd gcc-$GCC
|
cd gcc-$GCC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user