internal/rosa: bison artifact

Required by dtc, which is required by qemu.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-17 00:32:04 +09:00
parent 7f05baab28
commit a3515a6ef5
2 changed files with 19 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ const (
Automake
Bash
Binutils
Bison
Bzip2
CMake
Coreutils
@@ -124,6 +125,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"automake": Automake,
"bash": Bash,
"binutils": Binutils,
"bison": Bison,
"bzip2": Bzip2,
"cmake": CMake,
"coreutils": Coreutils,