internal/rosa: mksh artifact
All checks were successful
Test / Create distribution (push) Successful in 59s
Test / Sandbox (push) Successful in 2m33s
Test / Hakurei (push) Successful in 3m55s
Test / ShareFS (push) Successful in 3m56s
Test / Hpkg (push) Successful in 4m26s
Test / Sandbox (race detector) (push) Successful in 5m0s
Test / Hakurei (race detector) (push) Successful in 6m14s
Test / Flake checks (push) Successful in 1m48s

This provides a shell, as part of the effort to replace busybox.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-01-28 22:51:03 +09:00
parent e76bc6a13a
commit 77ea27b038
2 changed files with 32 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ const (
M4
Make
Meson
Mksh
NSS
NSSCACert
Ninja
@@ -111,6 +112,7 @@ func (t Toolchain) ResolveName(name string) (p PArtifact, ok bool) {
"m4": M4,
"make": Make,
"meson": Meson,
"mksh": Mksh,
"nss": NSS,
"nss-cacert": NSSCACert,
"ninja": Ninja,