Skip to content

Commit

Permalink
Cirrus-CI: use llvm15 toolchain packages
Browse files Browse the repository at this point in the history
As of commit 50d7464 we use llvm15 as the system toolchain, and
commit eca005d added compiler options incompatible with earlier
versions.  Switch to llvm15 packages.

Sponsored by:	The FreeBSD Foundation
  • Loading branch information
emaste committed Feb 13, 2023
1 parent deb63ad commit 67fca20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 67fca20

Please sign in to comment.