Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jan 2025 15:49:02 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: f586d5259949 - main - .cirrus-ci: Update the non-manual GCC build job to GCC 13
Message-ID:  <202501031549.503Fn2EW060750@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501031549.503Fn2EW060750>