diff options
author | Ed Maste <emaste@FreeBSD.org> | 2023-06-22 23:20:34 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2023-07-24 14:06:57 +0000 |
commit | 8557b8ba15b9d332000a17a73b752b6ec35d0903 (patch) | |
tree | 3676287a53472fc727a537ffdcced9632fb47bc8 | |
parent | 5a0cbb8a5006f9e8aae0d4b286862b4e03fb4e60 (diff) | |
download | src-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.yml | 4 |
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 |