git: e7f9bdb4a6fb - main - Cirrus-CI: switch GCC job to GCC 12
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 Jan 2023 20:03:00 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=e7f9bdb4a6fb976770c0d2bbe31d34e964dc167f
commit e7f9bdb4a6fb976770c0d2bbe31d34e964dc167f
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-01-27 17:15:01 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-01-27 20:02:34 +0000
Cirrus-CI: switch GCC job to GCC 12
We need a C++20 or later compiler.
Sponsored by: The FreeBSD Foundation
---
.cirrus.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.cirrus.yml b/.cirrus.yml
index 85a32d148723..272032aa05fc 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -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}