aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2023-06-22 23:20:34 +0000
committerEd Maste <emaste@FreeBSD.org>2023-07-24 14:06:57 +0000
commit8557b8ba15b9d332000a17a73b752b6ec35d0903 (patch)
tree3676287a53472fc727a537ffdcced9632fb47bc8
parent5a0cbb8a5006f9e8aae0d4b286862b4e03fb4e60 (diff)
downloadsrc-8557b8ba15b9d332000a17a73b752b6ec35d0903.tar.gz
src-8557b8ba15b9d332000a17a73b752b6ec35d0903.zip
Cirrus-CI: use llvm16 job by default and make llvm15 manual
With commit e048f78b2143 (head) / 2e7b90a28f69 (stable/13) the default tool chain is Clang/LLVM 16, so follow along in the llvm pkg used by Cirrus-CI. Sponsored by: The FreeBSD Foundation (cherry picked from commit 171f1c1b4f0e9ec5b77a2dabdd4fcbf9baaa02df)
-rw-r--r--.cirrus.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 158aca04ca49..fb0149a5d91b 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -17,14 +17,14 @@ env:
task:
matrix:
- name: amd64-llvm15 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: 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