mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
Cirrus-CI: add amd64 and arm64 Clang/LLVM 16 jobs
Reviewed by: lwhsu (earlier) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D40286
This commit is contained in:
parent
98c5211847
commit
df042dcf26
1 changed files with 16 additions and 0 deletions
16
.cirrus.yml
16
.cirrus.yml
|
|
@ -21,6 +21,14 @@ task:
|
|||
TARGET_ARCH: amd64
|
||||
TOOLCHAIN: llvm15
|
||||
TOOLCHAIN_PKG: ${TOOLCHAIN}-lite
|
||||
- name: amd64-llvm16 World and kernel build and boot smoke test
|
||||
only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src'
|
||||
trigger_type: manual
|
||||
env:
|
||||
TARGET: amd64
|
||||
TARGET_ARCH: amd64
|
||||
TOOLCHAIN: llvm16
|
||||
TOOLCHAIN_PKG: ${TOOLCHAIN}-lite
|
||||
- name: arm64-llvm15 World and kernel build and boot smoke test
|
||||
only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src'
|
||||
trigger_type: manual
|
||||
|
|
@ -29,6 +37,14 @@ task:
|
|||
TARGET_ARCH: aarch64
|
||||
TOOLCHAIN: llvm15
|
||||
TOOLCHAIN_PKG: ${TOOLCHAIN}
|
||||
- name: arm64-llvm16 World and kernel build and boot smoke test
|
||||
only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src'
|
||||
trigger_type: manual
|
||||
env:
|
||||
TARGET: arm64
|
||||
TARGET_ARCH: aarch64
|
||||
TOOLCHAIN: llvm16
|
||||
TOOLCHAIN_PKG: ${TOOLCHAIN}
|
||||
- name: amd64-gcc12 World and kernel build and boot smoke test (manual)
|
||||
only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src'
|
||||
trigger_type: manual
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue