internal/rosa: toybox artifact
Some checks failed
Test / Create distribution (push) Failing after 45s
Test / ShareFS (push) Failing after 51s
Test / Sandbox (push) Failing after 1m6s
Test / Sandbox (race detector) (push) Failing after 1m7s
Test / Hpkg (push) Failing after 1m15s
Test / Hakurei (race detector) (push) Failing after 1m30s
Test / Hakurei (push) Failing after 1m34s
Test / Flake checks (push) Has been skipped

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 bbb66849d1
2 changed files with 56 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,