The branch stable/14 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=012736a2a882eb20797083361df519cf10438f42
commit 012736a2a882eb20797083361df519cf10438f42 Author: Ed Maste <[email protected]> AuthorDate: 2025-10-02 14:39:43 +0000 Commit: Ed Maste <[email protected]> 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:
