internal/rosa/gnu: automake artifact

This is very expensive. Avoid.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-02 18:49:18 +09:00
parent 550e83dda9
commit 9f98d12ad8
2 changed files with 36 additions and 0 deletions

View File

@@ -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,