internal/rosa: bc artifact
All checks were successful
Test / Create distribution (push) Successful in 59s
Test / Sandbox (push) Successful in 2m32s
Test / Hakurei (push) Successful in 3m44s
Test / ShareFS (push) Successful in 3m57s
Test / Hpkg (push) Successful in 4m28s
Test / Sandbox (race detector) (push) Successful in 4m59s
Test / Hakurei (race detector) (push) Successful in 6m10s
Test / Flake checks (push) Successful in 1m41s

Required by the kernel.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-21 00:30:40 +09:00
parent 771adad603
commit 0123bbee3d
2 changed files with 22 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ const (
Attr
Autoconf
Automake
BC
Bash
Binutils
Bison
@@ -135,6 +136,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"attr": Attr,
"autoconf": Autoconf,
"automake": Automake,
"bc": BC,
"bash": Bash,
"binutils": Binutils,
"bison": Bison,