Date: Tue, 9 May 2023 17:09:27 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 7f98e64ba708 - stable/13 - Cirrus-CI: switch GCC job to GCC 12 Message-ID: <202305091709.349H9RKO080686@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=7f98e64ba7081dc16cf4cb359b83dbce437159ed commit 7f98e64ba7081dc16cf4cb359b83dbce437159ed Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2023-01-27 17:15:01 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2023-05-09 17:08:28 +0000 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) --- .cirrus.yml | 4 ++-- 1 file 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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305091709.349H9RKO080686>