git: ba89a061d0ba - stable/15 - Cirrus-CI: Switch back to tzst packages, but use level 1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 15 Oct 2025 00:48:32 UTC
The branch stable/15 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=ba89a061d0bae42c4367bc5408b8c51fd63a2715 commit ba89a061d0bae42c4367bc5408b8c51fd63a2715 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2025-10-02 14:39:43 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2025-10-15 00:47:10 +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) --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index d99449e44a4f..b5c96820c192 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: