internal/rosa: unzip artifact

Because the zip format is too awful and cannot be streamed anyway, supporting it natively comes with no benefit.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-05 19:10:32 +09:00
parent 30afa0e2ab
commit ce6b3ff53b
2 changed files with 36 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ const (
Setuptools
Toybox
toyboxEarly
Unzip
utilMacros
Wayland
WaylandProtocols
@@ -147,6 +148,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"sed": Sed,
"setuptools": Setuptools,
"toybox": Toybox,
"unzip": Unzip,
"wayland": Wayland,
"wayland-protocols": WaylandProtocols,
"xcb": XCB,