internal/rosa: toybox artifact

This compiles surprisingly quickly and required no workarounds, unlike busybox.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-01-29 04:29:20 +09:00
parent 79c0106ea0
commit dd4326418c
2 changed files with 55 additions and 0 deletions

View File

@@ -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,