From 0123bbee3df72e977fc8bc01d1f2910fba2a8e86 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 21 Feb 2026 00:30:40 +0900 Subject: internal/rosa: bc artifact Required by the kernel. 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 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, -- cgit v1.3.1