mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
Cirrus-CI: Switch default job to llvm19-amd64
Clang/LLVM19 matches the default in-tree toolchain. Sponsored by: The FreeBSD Foundation (cherry picked from commit 5e310866c3733cbf2e38e15c3f16cba16136829e)
This commit is contained in:
parent
6d1d5577ce
commit
453f6aa428
1 changed files with 3 additions and 3 deletions
|
|
@ -31,15 +31,15 @@ task:
|
|||
TOOLCHAIN: llvm17
|
||||
TOOLCHAIN_PKG: ${TOOLCHAIN}-lite
|
||||
- name: amd64-llvm18 World and kernel build and boot smoke test
|
||||
only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src' || $CIRRUS_BRANCH =~ 'pull/.*'
|
||||
only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src'
|
||||
trigger_type: manual
|
||||
env:
|
||||
TARGET: amd64
|
||||
TARGET_ARCH: amd64
|
||||
TOOLCHAIN: llvm18
|
||||
TOOLCHAIN_PKG: ${TOOLCHAIN}-lite
|
||||
- name: amd64-llvm19 World and kernel build and boot smoke test
|
||||
only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src'
|
||||
trigger_type: manual
|
||||
only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src' || $CIRRUS_BRANCH =~ 'pull/.*'
|
||||
env:
|
||||
TARGET: amd64
|
||||
TARGET_ARCH: amd64
|
||||
|
|
|
|||
Loading…
Reference in a new issue