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