diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-02-02 18:49:18 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-02-02 18:49:18 +0900 |
| commit | 9f98d12ad892235cf2b835bdf92d4313fe22661b (patch) | |
| tree | 99b576296a556995623e03c46ca38d0eab8a510a /internal/rosa/all.go | |
| parent | 550e83dda9dd7a5434ce79e3ef16d99fefbde490 (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.go | 2 |
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, |
