internal/rosa/gnu: automake artifact
All checks were successful
Test / Create distribution (push) Successful in 1m0s
Test / Sandbox (push) Successful in 2m43s
Test / Hakurei (push) Successful in 3m56s
Test / ShareFS (push) Successful in 4m1s
Test / Hpkg (push) Successful in 4m42s
Test / Sandbox (race detector) (push) Successful in 5m3s
Test / Hakurei (race detector) (push) Successful in 5m56s
Test / Flake checks (push) Successful in 1m41s

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,