git: a424624f2775 - stable/14 - .cirrus: Add manual amd64 and aarch64 jobs using GCC 14
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Feb 2025 18:58:32 UTC
The branch stable/14 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=a424624f27758ab87f72ffd86018329681288ac7 commit a424624f27758ab87f72ffd86018329681288ac7 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2025-01-03 15:44:33 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2025-02-27 18:53:56 +0000 .cirrus: Add manual amd64 and aarch64 jobs using GCC 14 Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D48290 (cherry picked from commit 40ed89ffc32353bf50f832635ef767aeb432c0fd) --- .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: