diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2026-05-12 23:35:11 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2026-05-13 00:29:30 +0000 |
| commit | e6475c8f353981baeddb544f5a9deb48956f2815 (patch) | |
| tree | d9fa339e39712141c10456d7f0b0b81749565fea | |
| parent | b76b05c04cc9ed2cd053c7b367c92628447ede6f (diff) | |
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
| -rw-r--r-- | .cirrus.yml | 18 |
1 files changed, 17 insertions, 1 deletions
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: manual |
