aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2023-01-27 17:15:01 +0000
committerEd Maste <emaste@FreeBSD.org>2023-05-09 17:08:28 +0000
commit7f98e64ba7081dc16cf4cb359b83dbce437159ed (patch)
treee0a0d2489eb7de8985ac0f4f20cfa5218dc9ac1d
parent26ad093fb0178633eea7833bd5df03270c95c69e (diff)
downloadsrc-7f98e64ba7081dc16cf4cb359b83dbce437159ed.tar.gz
src-7f98e64ba7081dc16cf4cb359b83dbce437159ed.zip
Cirrus-CI: switch GCC job to GCC 12
We need a C++20 or later compiler. Sponsored by: The FreeBSD Foundation (cherry picked from commit e7f9bdb4a6fb976770c0d2bbe31d34e964dc167f)
-rw-r--r--.cirrus.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index fff58cbba262..80eb8564add8 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -27,12 +27,12 @@ task:
TARGET: arm64
TARGET_ARCH: aarch64
TOOLCHAIN_PKG: llvm14
- - name: World and kernel gcc9 amd64 build and boot smoke test
+ - name: World and kernel gcc12 amd64 build and boot smoke test
trigger_type: manual
env:
TARGET: amd64
TARGET_ARCH: amd64
- TOOLCHAIN_PKG: amd64-gcc9
+ TOOLCHAIN_PKG: amd64-gcc12
timeout_in: 120m
install_script:
- sh .cirrus-ci/pkg-install.sh qemu-nox11 ${TOOLCHAIN_PKG}