mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Cirrus-CI: use llvm15 toolchain packages
As of commit50d7464c3fwe use llvm15 as the system toolchain, and commiteca005d853added compiler options incompatible with earlier versions. Switch to llvm15 packages. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
deb63adf94
commit
67fca20eb2
1 changed files with 2 additions and 2 deletions
|
|
@ -16,13 +16,13 @@ task:
|
|||
env:
|
||||
TARGET: amd64
|
||||
TARGET_ARCH: amd64
|
||||
TOOLCHAIN_PKG: llvm14
|
||||
TOOLCHAIN_PKG: llvm15
|
||||
- name: World and kernel arm64 build and boot smoke test
|
||||
trigger_type: manual
|
||||
env:
|
||||
TARGET: arm64
|
||||
TARGET_ARCH: aarch64
|
||||
TOOLCHAIN_PKG: llvm14
|
||||
TOOLCHAIN_PKG: llvm15
|
||||
- name: World and kernel gcc12 amd64 build and boot smoke test
|
||||
trigger_type: manual
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue