aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/all.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-02-17 00:32:04 +0900
committerOphestra <cat@gensokyo.uk>2026-02-17 00:32:04 +0900
commita3515a6ef5f26d2a3a863c727457ad5078b13576 (patch)
tree651b0831f405b616c5bfdd978bbd3370321a552e /internal/rosa/all.go
parent7f05baab286b2ff5ac56595d8caae129e46a2079 (diff)
internal/rosa: bison artifact
Required by dtc, which is required by qemu. 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 edbc058f..4d8e3d74 100644
--- a/internal/rosa/all.go
+++ b/internal/rosa/all.go
@@ -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,