Date: Tue, 9 May 2023 17:09:25 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: 26ad093fb017 - stable/13 - Cirrus-CI: Switch to llvm14 toolchain package Message-ID: <202305091709.349H9PMM080667@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=26ad093fb0178633eea7833bd5df03270c95c69e commit 26ad093fb0178633eea7833bd5df03270c95c69e Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2022-05-24 20:12:48 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2023-05-09 17:08:28 +0000 Cirrus-CI: Switch to llvm14 toolchain package Follow base system update to LLVM 14 Sponsored by: The FreeBSD Foundation (cherry picked from commit daed785d6fe0a6cfdbfab92af9ee9afd7451c7aa) --- .cirrus.yml | 4 ++-- 1 file 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305091709.349H9PMM080667>