mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-21 18:50:50 +01:00
Cirrus-CI: switch to llvm18 by default
As of commit 439352ac82
Clang/LLVM 18 is the default in-tree compiler.
Follow suit in with the external toolchain package used by Cirrus-CI.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
e8c149ab85
commit
e8b7c78c1b
@ -23,15 +23,15 @@ task:
|
||||
TOOLCHAIN: llvm16
|
||||
TOOLCHAIN_PKG: ${TOOLCHAIN}-lite
|
||||
- name: amd64-llvm17 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: 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'
|
||||
trigger_type: manual
|
||||
only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src' || $CIRRUS_BRANCH =~ 'pull/.*'
|
||||
env:
|
||||
TARGET: amd64
|
||||
TARGET_ARCH: amd64
|
||||
|
Loading…
Reference in New Issue
Block a user