Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Jan 2026 16:26:11 +0000
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 012736a2a882 - stable/14 - Cirrus-CI: Switch back to tzst packages, but use level 1
Message-ID:  <695be623.2026e.3e478725@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/14 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=012736a2a882eb20797083361df519cf10438f42

commit 012736a2a882eb20797083361df519cf10438f42
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-10-02 14:39:43 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-01-05 16:25:27 +0000

    Cirrus-CI: Switch back to tzst packages, but use level 1
    
    We previously used `PKG_FORMAT: tar` to avoid spending a lot of time in
    zstd compression.  Instead just set PKG_LEVEL to compression level 1,
    which still produces packages that are much smaller than uncompressed
    tarballs with only a small penalty in build time.
    
    Sponsored by:   The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D52858
    
    (cherry picked from commit ae5914c0e4478fd35ef9db3f32665b60e04d5a6f)
    (cherry picked from commit ba89a061d0bae42c4367bc5408b8c51fd63a2715)
---
 .cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 695f0b570b7e..10b3a8c8480e 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -10,7 +10,7 @@ compute_engine_instance:
   disk: 40
 
 env:
-  PKG_FORMAT: tar
+  PKG_LEVEL: 1
 
 task:
   matrix:


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?695be623.2026e.3e478725>