svn commit: r356900 - head

Ed Maste emaste at FreeBSD.org
Sun Jan 19 22:29:22 UTC 2020


Author: emaste
Date: Sun Jan 19 22:29:22 2020
New Revision: 356900
URL: https://svnweb.freebsd.org/changeset/base/356900

Log:
  Cirrus-CI: add `make packages` to CI test
  
  Now that we can override the format to avoid the time spent compressing
  pkgbase packages we can test `make packages` with only 5 minutes or so
  added to the CI cycle time.
  
  A future change should switch the CI smoke test to using these packages.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/.cirrus.yml

Modified: head/.cirrus.yml
==============================================================================
--- head/.cirrus.yml	Sun Jan 19 21:43:15 2020	(r356899)
+++ head/.cirrus.yml	Sun Jan 19 22:29:22 2020	(r356900)
@@ -14,5 +14,7 @@ task:
   - pkg install -y qemu-devel uefi-edk2-qemu-x86_64
   script:
   - make -j$(sysctl -n hw.ncpu) WITHOUT_TOOLCHAIN=yes buildworld buildkernel
+  package_script:
+  - make WITHOUT_TOOLCHAIN=yes PKG_FORMAT=tar packages
   test_script:
   - sh tools/boot/ci-qemu-test.sh


More information about the svn-src-head mailing list