diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2025-10-02 14:39:43 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2025-10-03 14:49:47 +0000 |
| commit | ae5914c0e4478fd35ef9db3f32665b60e04d5a6f (patch) | |
| tree | a4fbe3714bd9e4f811d0f227cfd447cb08b30f69 | |
| parent | f19aea89abd8964bf96d134c2bd6e127464c79f6 (diff) | |
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
| -rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
