From 7f05baab286b2ff5ac56595d8caae129e46a2079 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 16 Feb 2026 23:55:36 +0900 Subject: internal/rosa: flex artifact Required by dtc, which is required by qemu. 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 1a80a0a1..edbc058f 100644 --- a/internal/rosa/all.go +++ b/internal/rosa/all.go @@ -22,6 +22,7 @@ const ( Curl Diffutils Findutils + Flex Fuse GMP GLib @@ -129,6 +130,7 @@ func ResolveName(name string) (p PArtifact, ok bool) { "curl": Curl, "diffutils": Diffutils, "findutils": Findutils, + "flex": Flex, "fuse": Fuse, "gmp": GMP, "glib": GLib, -- cgit v1.3.1