From 9f98d12ad892235cf2b835bdf92d4313fe22661b Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 2 Feb 2026 18:49:18 +0900 Subject: internal/rosa/gnu: automake artifact This is very expensive. Avoid. Signed-off-by: Ophestra --- internal/rosa/all.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/rosa/all.go') 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, -- cgit v1.3.1