git: f586d5259949 - main - .cirrus-ci: Update the non-manual GCC build job to GCC 13
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jan 2025 15:49:02 UTC
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=f586d52599499f254f0dd6053c811df4031514ca commit f586d52599499f254f0dd6053c811df4031514ca Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2025-01-03 15:44:44 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2025-01-03 15:44:44 +0000 .cirrus-ci: Update the non-manual GCC build job to GCC 13 Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D48291 --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index ae83c7d4cd9b..8daaef148ca7 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -131,12 +131,12 @@ task: TOOLCHAIN: aarch64-gcc14 TOOLCHAIN_PKG: ${TOOLCHAIN} EXTRA_MAKE_FLAGS: -s - - name: amd64-gcc12 World and kernel build and boot smoke test (FreeBSD repo) + - name: amd64-gcc13 World and kernel build and boot smoke test (FreeBSD repo) only_if: $CIRRUS_REPO_FULL_NAME == 'freebsd/freebsd-src' && $CIRRUS_BRANCH =~ 'pull/.*' env: TARGET: amd64 TARGET_ARCH: amd64 - TOOLCHAIN: amd64-gcc12 + TOOLCHAIN: amd64-gcc13 TOOLCHAIN_PKG: ${TOOLCHAIN} EXTRA_MAKE_FLAGS: -s timeout_in: 120m