about summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2023-03-21 19:02:08 +0100
committerNikita Popov <npopov@redhat.com>2023-03-22 09:27:33 +0100
commit079a801d8bb55eb8e08fcc6bd04f6858cbc850b3 (patch)
tree6ac1aa34f29fbac240dd606bcf081d5dd8c3a131 /src/ci
parent9bdb4881c7e6061fa8acdbb3ddfcd2dd7e11cc89 (diff)
downloadrust-079a801d8bb55eb8e08fcc6bd04f6858cbc850b3.tar.gz
rust-079a801d8bb55eb8e08fcc6bd04f6858cbc850b3.zip
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.
Diffstat (limited to 'src/ci')
-rwxr-xr-xsrc/ci/docker/host-x86_64/dist-x86_64-linux/build-gcc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/dist-x86_64-linux/build-gcc.sh b/src/ci/docker/host-x86_64/dist-x86_64-linux/build-gcc.sh
index 9932b250566..41ca1385c75 100755
--- a/src/ci/docker/host-x86_64/dist-x86_64-linux/build-gcc.sh
+++ b/src/ci/docker/host-x86_64/dist-x86_64-linux/build-gcc.sh
@@ -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