internal/rosa: toybox artifact
All checks were successful
Test / Create distribution (push) Successful in 59s
Test / Sandbox (push) Successful in 2m42s
Test / ShareFS (push) Successful in 3m59s
Test / Hpkg (push) Successful in 4m32s
Test / Sandbox (race detector) (push) Successful in 5m0s
Test / Hakurei (race detector) (push) Successful in 5m52s
Test / Hakurei (push) Successful in 2m46s
Test / Flake checks (push) Successful in 1m54s

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,