git: a05c15afe636 - stable/13 - Cirrus-CI: build with LLVM 13 package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Jan 2022 00:15:23 UTC
The branch stable/13 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=a05c15afe636b1e26b37e1ce419c6777afc0b27e
commit a05c15afe636b1e26b37e1ce419c6777afc0b27e
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2021-11-17 02:42:51 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-01-08 00:14:12 +0000
Cirrus-CI: build with LLVM 13 package
As of 28a41182c08e the base system uses Clang/LLVM 13. Follow along in
Cirrus-CI (which uses a packaged toolchain for speed).
Sponsored by: The FreeBSD Foundation
(cherry picked from commit 63f44132810d2b15178503cb738866f6e8533aee)
---
.cirrus.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.cirrus.yml b/.cirrus.yml
index 511c16b0e9e5..8052ce0adb22 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -26,7 +26,7 @@ task:
TARGET_ARCH: aarch64
timeout_in: 120m
install_script:
- - sh .cirrus-ci/pkg-install.sh qemu llvm12
+ - sh .cirrus-ci/pkg-install.sh qemu llvm13
setup_script:
- uname -a
- df -m
@@ -35,9 +35,9 @@ task:
- mkdir -p /usr/obj/$(pwd -P)
- chown user:user /usr/obj/$(pwd -P)
script:
- - su user -c "make -j$(sysctl -n hw.ncpu) CROSS_TOOLCHAIN=llvm12 WITHOUT_TOOLCHAIN=yes buildworld buildkernel"
+ - su user -c "make -j$(sysctl -n hw.ncpu) CROSS_TOOLCHAIN=llvm13 WITHOUT_TOOLCHAIN=yes buildworld buildkernel"
package_script:
- - su user -c "make CROSS_TOOLCHAIN=llvm12 WITHOUT_TOOLCHAIN=yes PKG_FORMAT=tar packages"
+ - su user -c "make CROSS_TOOLCHAIN=llvm13 WITHOUT_TOOLCHAIN=yes PKG_FORMAT=tar packages"
test_script:
- sh tools/boot/ci-qemu-test.sh
post_script: