Date: Mon, 24 Jul 2023 14:08:11 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 8557b8ba15b9 - stable/13 - Cirrus-CI: use llvm16 job by default and make llvm15 manual Message-ID: <202307241408.36OE8Bvl014762@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=8557b8ba15b9d332000a17a73b752b6ec35d0903 commit 8557b8ba15b9d332000a17a73b752b6ec35d0903 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2023-06-22 23:20:34 +0000 Commit: Ed Maste <emaste@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307241408.36OE8Bvl014762>