diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-01-29 04:29:20 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-01-29 17:44:30 +0900 |
| commit | dd4326418c6a0d44751abba9f7a149ec140dca4e (patch) | |
| tree | 1a0566de50c42fdfbc80e20a407acec97d8d0bdc /internal/rosa/all.go | |
| parent | 79c0106ea091ac042621874876385a848a287f34 (diff) | |
internal/rosa: toybox artifact
This compiles surprisingly quickly and required no workarounds, unlike busybox.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/all.go')
| -rw-r--r-- | internal/rosa/all.go | 2 |
1 files changed, 2 insertions, 0 deletions
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, |
