The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=daed785d6fe0a6cfdbfab92af9ee9afd7451c7aa
commit daed785d6fe0a6cfdbfab92af9ee9afd7451c7aa Author: Ed Maste <[email protected]> AuthorDate: 2022-05-24 20:12:48 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2022-05-24 20:58:20 +0000 Cirrus-CI: Switch to llvm14 toolchain package Follow base system update to LLVM 14 Sponsored by: The FreeBSD Foundation --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 6e1f7d24838a..70b73ac3cd0e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -16,13 +16,13 @@ task: env: TARGET: amd64 TARGET_ARCH: amd64 - TOOLCHAIN_PKG: llvm13 + TOOLCHAIN_PKG: llvm14 - name: World and kernel arm64 build and boot smoke test trigger_type: manual env: TARGET: arm64 TARGET_ARCH: aarch64 - TOOLCHAIN_PKG: llvm13 + TOOLCHAIN_PKG: llvm14 - name: World and kernel gcc9 amd64 build and boot smoke test trigger_type: manual env:
