git: 2bfba2a04b05 - main - Cirrus-CI: Temporarily skip package build + test
Ed Maste
emaste at FreeBSD.org
Mon Jul 26 15:38:11 UTC 2021
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=2bfba2a04b05524d72a6190164aa5aaa1d29e337
commit 2bfba2a04b05524d72a6190164aa5aaa1d29e337
Author: Ed Maste <emaste at FreeBSD.org>
AuthorDate: 2021-07-26 14:33:09 +0000
Commit: Ed Maste <emaste at FreeBSD.org>
CommitDate: 2021-07-26 14:36:39 +0000
Cirrus-CI: Temporarily skip package build + test
The PKG_FORMAT=tar used by Cirrus CI's pkgbase build is failing after
6cafdee71d2b ("pkgbase: Track pkg 1.17"). Skip package build and test
in Cirrus-CI until new pkg is available.
PR: 257422
Sponsored by: The FreeBSD Foundation
---
.cirrus.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.cirrus.yml b/.cirrus.yml
index 575f882b8b48..9760695bb654 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -23,10 +23,10 @@ task:
- 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"
- package_script:
- - su user -c "make CROSS_TOOLCHAIN=llvm12 WITHOUT_TOOLCHAIN=yes PKG_FORMAT=tar packages"
- test_script:
- - sh tools/boot/ci-qemu-test.sh
+# package_script:
+# - 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
More information about the dev-commits-src-all
mailing list