mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
.cirrus: Add manual amd64 and aarch64 jobs using GCC 14
Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D48290
This commit is contained in:
parent
22956bc9dc
commit
40ed89ffc3
1 changed files with 18 additions and 0 deletions
18
.cirrus.yml
18
.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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue