aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/all.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-02-21 18:09:51 +0900
committerOphestra <cat@gensokyo.uk>2026-02-21 18:09:51 +0900
commit56567307ec793ab96c665950f6c643965ada3ea9 (patch)
treeda89f9a85eadb6e3b8d8e950ce9711ce51227dc9 /internal/rosa/all.go
parent0264a1ef094fe3a8a43fb1f47a06c17415df5bf9 (diff)
internal/rosa: gnu tar artifact
Initially, libarchive was going to be used, but its test suite simply does not want to work under musl, not even with libiconv. The ticket last discussing this ceased any activity in 2020. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/all.go')
-rw-r--r--internal/rosa/all.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/rosa/all.go b/internal/rosa/all.go
index f6ae0341..aabc8a27 100644
--- a/internal/rosa/all.go
+++ b/internal/rosa/all.go
@@ -82,6 +82,7 @@ const (
Setuptools
SquashfsTools
TamaGo
+ Tar
Texinfo
Toybox
toyboxEarly
@@ -204,6 +205,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"setuptools": Setuptools,
"squashfs-tools": SquashfsTools,
"tamago": TamaGo,
+ "tar": Tar,
"texinfo": Texinfo,
"toybox": Toybox,
"unzip": Unzip,