aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2023-06-22 23:20:34 +0000
committerEd Maste <emaste@FreeBSD.org>2023-06-23 00:26:34 +0000
commit171f1c1b4f0e9ec5b77a2dabdd4fcbf9baaa02df (patch)
tree46f895831aa5f14b8887c3742849fd82c72abe34 /.cirrus.yml
parenta681cba16d8967651a2146385ce44a2bfeb1c4c3 (diff)
downloadsrc-171f1c1b4f0e9ec5b77a2dabdd4fcbf9baaa02df.tar.gz
src-171f1c1b4f0e9ec5b77a2dabdd4fcbf9baaa02df.zip
Cirrus-CI: use llvm16 job by default and make llvm15 manual
With commit e048f78b2143 the default tool chain is Clang/LLVM 16, so follow along in the llvm pkg used by Cirrus-CI. MFC after: 1 month Sponsored by: The FreeBSD Foundation
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 12f77ed71b1b..860cb29445fe 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -16,14 +16,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