internal/rosa: elfutils artifact
All checks were successful
Test / Create distribution (push) Successful in 1m1s
Test / Sandbox (push) Successful in 2m43s
Test / Hakurei (push) Successful in 3m56s
Test / ShareFS (push) Successful in 4m2s
Test / Hpkg (push) Successful in 4m37s
Test / Sandbox (race detector) (push) Successful in 5m4s
Test / Hakurei (race detector) (push) Successful in 5m58s
Test / Flake checks (push) Successful in 1m40s

Required by the kernel.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-20 21:50:33 +09:00
parent c2456e252c
commit 178305cb22
2 changed files with 43 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ const (
Curl
DTC
Diffutils
Elfutils
Findutils
Flex
Fuse
@@ -142,6 +143,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"curl": Curl,
"dtc": DTC,
"diffutils": Diffutils,
"elfutils": Elfutils,
"findutils": Findutils,
"flex": Flex,
"fuse": Fuse,