Date: Tue, 9 May 2023 17:09:28 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: e118e3c41bdc - stable/13 - Cirrus-CI: use llvm15 toolchain packages Message-ID: <202305091709.349H9SJF080705@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=e118e3c41bdc5111b06225064433e34d7a0a205e commit e118e3c41bdc5111b06225064433e34d7a0a205e Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2023-02-13 14:28:35 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2023-05-09 17:08:46 +0000 Cirrus-CI: use llvm15 toolchain packages As of commit 50d7464c3fe6 we use llvm15 as the system toolchain, and commit eca005d8531f added compiler options incompatible with earlier versions. Switch to llvm15 packages. Sponsored by: The FreeBSD Foundation (cherry picked from commit 67fca20eb2cea55fb2eaacc22807ee4741894796) --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 80eb8564add8..57ff4a3b271f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -20,13 +20,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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305091709.349H9SJF080705>