git: 9101746a6cce - main - Cirrus CI: Add manual jobs for amd64 and aarch64 using GCC 13

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Thu, 07 Dec 2023 22:32:23 UTC
The branch main has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=9101746a6cce90314ad03c7ff06398a5f68d0cc7

commit 9101746a6cce90314ad03c7ff06398a5f68d0cc7
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2023-12-07 22:32:08 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2023-12-07 22:32:08 +0000

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

diff --git a/.cirrus.yml b/.cirrus.yml
index 3abf6898a66d..85853d2a62ea 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -54,6 +54,15 @@ task:
       TOOLCHAIN: amd64-gcc12
       TOOLCHAIN_PKG: ${TOOLCHAIN}
       EXTRA_MAKE_FLAGS: -s
+  - name: amd64-gcc13 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-gcc13
+      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
@@ -63,6 +72,15 @@ task:
       TOOLCHAIN: aarch64-gcc12
       TOOLCHAIN_PKG: ${TOOLCHAIN}
       EXTRA_MAKE_FLAGS: -s
+  - name: aarch64-gcc13 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-gcc13
+      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: