Cirrus-CI: switch GCC job to GCC 12

We need a C++20 or later compiler.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2023-01-27 12:15:01 -05:00
parent 96bc40f4df
commit e7f9bdb4a6

View File

@ -23,12 +23,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 ${TOOLCHAIN_PKG}