diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-01-29 17:46:18 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-01-29 17:46:30 +0900 |
| commit | 2d63ea8feee3ece4a158da0b1cce5fd7ebc87769 (patch) | |
| tree | 0c165c4eaf95290ba1dd9d8f3a50e647772a1674 /internal/rosa/all.go | |
| parent | dd4326418c6a0d44751abba9f7a149ec140dca4e (diff) | |
internal/rosa: gzip artifact
Toybox does not implement this, and it is used by many programs, including toybox itself.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/all.go')
| -rw-r--r-- | internal/rosa/all.go | 2 |
1 files changed, 2 insertions, 0 deletions
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, |
