diff options
author | Ed Maste <emaste@FreeBSD.org> | 2022-05-24 20:12:48 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2023-05-09 17:08:28 +0000 |
commit | 26ad093fb0178633eea7833bd5df03270c95c69e (patch) | |
tree | 4e651a42472f36ea12375b8dfc2191401e53e554 | |
parent | 352a06f049e05bc2b57e54216f00d2396f7048a2 (diff) |
Cirrus-CI: Switch to llvm14 toolchain package
Follow base system update to LLVM 14
Sponsored by: The FreeBSD Foundation
(cherry picked from commit daed785d6fe0a6cfdbfab92af9ee9afd7451c7aa)
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 81f049d7db46..fff58cbba262 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -20,13 +20,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: |