git: 40ed89ffc323 - main - .cirrus: Add manual amd64 and aarch64 jobs using GCC 14

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Fri, 03 Jan 2025 15:49:01 UTC
The branch main has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=40ed89ffc32353bf50f832635ef767aeb432c0fd

commit 40ed89ffc32353bf50f832635ef767aeb432c0fd
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2025-01-03 15:44:33 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2025-01-03 15:44:33 +0000

    .cirrus: Add manual amd64 and aarch64 jobs using GCC 14
    
    Reviewed by:    imp, emaste
    Differential Revision:  https://reviews.freebsd.org/D48290
---
 .cirrus.yml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/.cirrus.yml b/.cirrus.yml
index 2a1a8b6cbf3b..ae83c7d4cd9b 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -95,6 +95,15 @@ task:
       TOOLCHAIN: amd64-gcc13
       TOOLCHAIN_PKG: ${TOOLCHAIN}
       EXTRA_MAKE_FLAGS: -s
+  - name: amd64-gcc14 World and kernel build and boot smoke test (manual)
+    only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src'
+    trigger_type: manual
+    env:
+      TARGET: amd64
+      TARGET_ARCH: amd64
+      TOOLCHAIN: amd64-gcc14
+      TOOLCHAIN_PKG: ${TOOLCHAIN}
+      EXTRA_MAKE_FLAGS: -s
   - name: aarch64-gcc12 World and kernel build and boot smoke test (manual)
     only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src'
     trigger_type: manual
@@ -113,6 +122,15 @@ task:
       TOOLCHAIN: aarch64-gcc13
       TOOLCHAIN_PKG: ${TOOLCHAIN}
       EXTRA_MAKE_FLAGS: -s
+  - name: aarch64-gcc14 World and kernel build and boot smoke test (manual)
+    only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src'
+    trigger_type: manual
+    env:
+      TARGET: arm64
+      TARGET_ARCH: aarch64
+      TOOLCHAIN: aarch64-gcc14
+      TOOLCHAIN_PKG: ${TOOLCHAIN}
+      EXTRA_MAKE_FLAGS: -s
   - name: amd64-gcc12 World and kernel build and boot smoke test (FreeBSD repo)
     only_if: $CIRRUS_REPO_FULL_NAME == 'freebsd/freebsd-src' && $CIRRUS_BRANCH =~ 'pull/.*'
     env: