Cirrus-CI: Switch to llvm14 toolchain package

Follow base system update to LLVM 14

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2022-05-24 16:12:48 -04:00
parent f5dcfbe36e
commit daed785d6f

View file

@ -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: