aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/all.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-02-02 18:49:18 +0900
committerOphestra <cat@gensokyo.uk>2026-02-02 18:49:18 +0900
commit9f98d12ad892235cf2b835bdf92d4313fe22661b (patch)
tree99b576296a556995623e03c46ca38d0eab8a510a /internal/rosa/all.go
parent550e83dda9dd7a5434ce79e3ef16d99fefbde490 (diff)
internal/rosa/gnu: automake artifact
This is very expensive. Avoid. 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 00f01cea..f5436b28 100644
--- a/internal/rosa/all.go
+++ b/internal/rosa/all.go
@@ -13,6 +13,7 @@ const (
ACL PArtifact = iota
Attr
Autoconf
+ Automake
Bash
CMake
Coreutils
@@ -94,6 +95,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"acl": ACL,
"attr": Attr,
"autoconf": Autoconf,
+ "automake": Automake,
"bash": Bash,
"cmake": CMake,
"coreutils": Coreutils,