The branch stable/13 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=8557b8ba15b9d332000a17a73b752b6ec35d0903
commit 8557b8ba15b9d332000a17a73b752b6ec35d0903 Author: Ed Maste <[email protected]> AuthorDate: 2023-06-22 23:20:34 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2023-07-24 14:06:57 +0000 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) --- .cirrus.yml | 4 ++-- 1 file 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
