git: 63f44132810d - main - Cirrus-CI: build with LLVM 13 package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 18 Nov 2021 14:57:49 UTC
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=63f44132810d2b15178503cb738866f6e8533aee commit 63f44132810d2b15178503cb738866f6e8533aee Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2021-11-17 02:42:51 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2021-11-18 14:57:33 +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 --- .cirrus.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index d34f189f0db0..ad8ad8e52532 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -23,7 +23,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 @@ -32,9 +32,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: