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
This commit is contained in:
Ed Maste 2021-07-26 10:33:09 -04:00
parent b48a2770d4
commit 2bfba2a04b

View File

@ -23,10 +23,10 @@ task:
- chown user:user /usr/obj/$(pwd -P) - chown user:user /usr/obj/$(pwd -P)
script: 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=llvm12 WITHOUT_TOOLCHAIN=yes buildworld buildkernel"
package_script: # package_script:
- su user -c "make CROSS_TOOLCHAIN=llvm12 WITHOUT_TOOLCHAIN=yes PKG_FORMAT=tar packages" # - su user -c "make CROSS_TOOLCHAIN=llvm12 WITHOUT_TOOLCHAIN=yes PKG_FORMAT=tar packages"
test_script: # test_script:
- sh tools/boot/ci-qemu-test.sh # - sh tools/boot/ci-qemu-test.sh
post_script: post_script:
- df -m - df -m
- du -m -s /usr/obj - du -m -s /usr/obj