Date: Tue, 27 Jul 2021 20:29:31 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: e1e9e084a706 - main - Revert "Cirrus-CI: Temporarily skip package build + test" Message-ID: <202107272029.16RKTVNP066989@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=e1e9e084a706d0b28603f4741393a8b84878da86 commit e1e9e084a706d0b28603f4741393a8b84878da86 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2021-07-26 15:49:15 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2021-07-27 20:28:47 +0000 Revert "Cirrus-CI: Temporarily skip package build + test" This reverts commit 2bfba2a04b05524d72a6190164aa5aaa1d29e337. As of commit 4e224e4be7c3 Makefile.inc1 works with old and new pkg. 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 6e1e515ff84b..f2e5f9766589 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -24,10 +24,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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107272029.16RKTVNP066989>