Date: Wed, 13 May 2026 00:35:13 +0000 From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: e6475c8f3539 - main - Cirrus-CI: Bump toolchain to LLVM 21 Message-ID: <6a03c741.1f606.6b4b843@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=e6475c8f353981baeddb544f5a9deb48956f2815 commit e6475c8f353981baeddb544f5a9deb48956f2815 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2026-05-12 23:35:11 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2026-05-13 00:29:30 +0000 Cirrus-CI: Bump toolchain to LLVM 21 Cirrus-CI is shutting down at the end of the month, but we can still finish with an up-to-date working build with an LLVM version matching the in-tree toolchain. Sponsored by: The FreeBSD Foundation --- .cirrus.yml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 83cfe6e5c591..2fdf0d492987 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -39,12 +39,20 @@ task: TOOLCHAIN: llvm18 TOOLCHAIN_PKG: ${TOOLCHAIN}-lite - name: amd64-llvm19 World and kernel build and boot smoke test - only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src' || $CIRRUS_BRANCH =~ 'pull/.*' + only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src' + trigger_type: manual env: TARGET: amd64 TARGET_ARCH: amd64 TOOLCHAIN: llvm19 TOOLCHAIN_PKG: ${TOOLCHAIN}-lite + - name: amd64-llvm21 World and kernel build and boot smoke test + only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src' || $CIRRUS_BRANCH =~ 'pull/.*' + env: + TARGET: amd64 + TARGET_ARCH: amd64 + TOOLCHAIN: llvm21 + TOOLCHAIN_PKG: ${TOOLCHAIN}-lite - name: arm64-llvm16 World and kernel build and boot smoke test (manual) only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src' trigger_type: manual @@ -77,6 +85,14 @@ task: TARGET_ARCH: aarch64 TOOLCHAIN: llvm19 TOOLCHAIN_PKG: ${TOOLCHAIN} + - name: arm64-llvm21 World and kernel build and boot smoke test (manual) + only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src' + trigger_type: manual + env: + TARGET: arm64 + TARGET_ARCH: aarch64 + TOOLCHAIN: llvm21 + TOOLCHAIN_PKG: ${TOOLCHAIN} - name: amd64-gcc12 World and kernel build and boot smoke test (manual) only_if: $CIRRUS_REPO_FULL_NAME != 'freebsd/freebsd-src' trigger_type: manualhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a03c741.1f606.6b4b843>
