From dd4326418c6a0d44751abba9f7a149ec140dca4e Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 29 Jan 2026 04:29:20 +0900 Subject: internal/rosa: toybox artifact This compiles surprisingly quickly and required no workarounds, unlike busybox. 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 c76a15c4..5cffdbef 100644 --- a/internal/rosa/all.go +++ b/internal/rosa/all.go @@ -51,6 +51,7 @@ const ( Python Rsync Setuptools + Toybox Wayland WaylandProtocols XCB @@ -126,6 +127,7 @@ func (t Toolchain) ResolveName(name string) (p PArtifact, ok bool) { "python": Python, "rsync": Rsync, "setuptools": Setuptools, + "toybox": Toybox, "wayland": Wayland, "wayland-protocols": WaylandProtocols, "xcb": XCB, -- cgit v1.3.1