forked from rosa/hakurei
internal/rosa/package: migrate remaining trivial packages
The rest are migrated individually. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user