mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
.cirrus-ci: Update the non-manual GCC build job to GCC 14
Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D49159
This commit is contained in:
parent
04a812ae94
commit
bd9709c2b3
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue