internal/rosa/package: migrate remaining trivial packages
All checks were successful
Test / Create distribution (push) Successful in 1m5s
Test / Sandbox (push) Successful in 2m49s
Test / ShareFS (push) Successful in 3m48s
Test / Hakurei (push) Successful in 4m0s
Test / Sandbox (race detector) (push) Successful in 5m32s
Test / Hakurei (race detector) (push) Successful in 6m31s
Test / Flake checks (push) Successful in 1m22s

The rest are migrated individually.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-05-20 05:57:13 +09:00
parent 1a9974ffdc
commit 656059278d
24 changed files with 341 additions and 419 deletions

View File

@@ -224,8 +224,14 @@ const (
THostNet
)
// The Mksh shell is added by [Toolchain.New] and used by almost all packages.
var Mksh = H("mksh")
var (
// stage0Dist is a binary distribution of an initial toolchain [Stage]. It
// is used by [Toolchain.New] as stageEarly.
stage0Dist = H("stage0-dist")
// The Mksh shell is added by [Toolchain.New] and used by almost all packages.
Mksh = H("mksh")
)
// New returns a [pkg.Artifact] based on a [Toolchain] via s.
func (t Toolchain) New(