diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-07-24 00:06:18 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-07-24 00:06:18 +0900 |
| commit | 46b247f911e134ff54aac892bcdc2a9669d8ade2 (patch) | |
| tree | 5723bc95d36456f1732c33187badc9ee73fb045b /internal/rosa/state.go | |
| parent | 390f3b2daee0f81d97c4451015d08758418eba34 (diff) | |
internal/rosa/package/zstd: use zstd-compressed tarball
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/state.go')
| -rw-r--r-- | internal/rosa/state.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/rosa/state.go b/internal/rosa/state.go index 9fb9b20e..36fe9451 100644 --- a/internal/rosa/state.go +++ b/internal/rosa/state.go @@ -484,6 +484,7 @@ func (s *S) getFrame() azalea.Frame { k("uncompressed"): 0, k("gzip"): pkg.Gzip + compressOffset, k("bzip2"): pkg.Bzip2 + compressOffset, + k("zstd"): pkg.Zstd + compressOffset, } s.frame.Val = map[unique.Handle[azalea.Ident]]any{ @@ -801,6 +802,7 @@ func (s *S) getFrame() azalea.Frame { }, V: map[unique.Handle[azalea.Ident]]any{ k("gzip"): uint32(pkg.Gzip), k("bzip2"): uint32(pkg.Bzip2), + k("zstd"): uint32(pkg.Zstd), }}, // high-level helpers |
