aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/all.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-02-21 00:30:40 +0900
committerOphestra <cat@gensokyo.uk>2026-02-21 00:30:40 +0900
commit0123bbee3df72e977fc8bc01d1f2910fba2a8e86 (patch)
treecfe83f2bfb7202ff8ed274d9c4f6aec74a58066c /internal/rosa/all.go
parent771adad60369cb99e4904e2929719a6dbbb26018 (diff)
internal/rosa: bc artifact
Required by the kernel. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/all.go')
-rw-r--r--internal/rosa/all.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/rosa/all.go b/internal/rosa/all.go
index 278e7628..26d563b7 100644
--- a/internal/rosa/all.go
+++ b/internal/rosa/all.go
@@ -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,