git: d00bf7332778 - stable/13 - Cirrus-CI: switch to Clang/LLVM 12
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Jan 2022 00:15:22 UTC
The branch stable/13 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=d00bf7332778be591fc40b8d1da2d30a957ba023
commit d00bf7332778be591fc40b8d1da2d30a957ba023
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2021-05-04 19:22:25 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-01-08 00:14:12 +0000
Cirrus-CI: switch to Clang/LLVM 12
dim@ is preparing to import Clang/LLVM 12 into the base system as the
system compiler / toolchain. Apply the same change to the Cirrus-CI
config.
Reviewed by: imp, markj
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D30109
(cherry picked from commit 15c0aaf51703cc102940aa647d623ec8ffbe9259)
---
.cirrus.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.cirrus.yml b/.cirrus.yml
index ff59251e8c85..511c16b0e9e5 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 llvm11
+ - sh .cirrus-ci/pkg-install.sh qemu llvm12
setup_script:
- uname -a
- df -m
@@ -35,11 +35,11 @@ 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=llvm11 WITHOUT_TOOLCHAIN=yes buildworld buildkernel"
+ - su user -c "make -j$(sysctl -n hw.ncpu) CROSS_TOOLCHAIN=llvm12 WITHOUT_TOOLCHAIN=yes buildworld buildkernel"
package_script:
- - su user -c "make CROSS_TOOLCHAIN=llvm11 WITHOUT_TOOLCHAIN=yes PKG_FORMAT=tar packages"
+ - su user -c "make CROSS_TOOLCHAIN=llvm12 WITHOUT_TOOLCHAIN=yes PKG_FORMAT=tar packages"
test_script:
- sh tools/boot/ci-qemu-test.sh
post_script:
- df -m
- - du -m -s /usr/obj
\ No newline at end of file
+ - du -m -s /usr/obj