Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jan 2020 22:29:22 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r356900 - head
Message-ID:  <202001192229.00JMTMxm099491@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001192229.00JMTMxm099491>