Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Apr 2025 20:44:05 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 02663a236080 - stable/14 - .cirrus-ci: Update the non-manual GCC build job to GCC 14
Message-ID:  <202504292044.53TKi55S074813@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=02663a23608096e7703ed5aa28e1408d758f92fc

commit 02663a23608096e7703ed5aa28e1408d758f92fc
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2025-03-03 16:51:47 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2025-04-29 20:43:03 +0000

    .cirrus-ci: Update the non-manual GCC build job to GCC 14
    
    Reviewed by:    emaste
    Differential Revision:  https://reviews.freebsd.org/D49159
    
    (cherry picked from commit bd9709c2b33646d71d4d4b9c50b5b179c6041760)
---
 .cirrus.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 5ec1a583255b..2bcb1985e68e 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -131,12 +131,12 @@ task:
       TOOLCHAIN: aarch64-gcc14
       TOOLCHAIN_PKG: ${TOOLCHAIN}
       EXTRA_MAKE_FLAGS: -s
-  - name: amd64-gcc13 World and kernel build and boot smoke test (FreeBSD repo)
+  - name: amd64-gcc14 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-gcc13
+      TOOLCHAIN: amd64-gcc14
       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?202504292044.53TKi55S074813>