From 2d63ea8feee3ece4a158da0b1cce5fd7ebc87769 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 29 Jan 2026 17:46:18 +0900 Subject: internal/rosa: gzip artifact Toybox does not implement this, and it is used by many programs, including toybox itself. Signed-off-by: Ophestra --- internal/rosa/all.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/rosa/all.go') diff --git a/internal/rosa/all.go b/internal/rosa/all.go index 5cffdbef..8bab65ae 100644 --- a/internal/rosa/all.go +++ b/internal/rosa/all.go @@ -24,6 +24,7 @@ const ( Git Go Gperf + Gzip Hakurei HakureiDist IniConfig @@ -100,6 +101,7 @@ func (t Toolchain) ResolveName(name string) (p PArtifact, ok bool) { "git": Git, "go": Go, "gperf": Gperf, + "gzip": Gzip, "hakurei": Hakurei, "hakurei-dist": HakureiDist, "iniconfig": IniConfig, -- cgit v1.3.1