diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-01-29 19:51:18 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-01-29 19:51:18 +0900 |
| commit | abf96d228308fdd2f728d7ccacb170d37590d911 (patch) | |
| tree | 013d014a11fb98eecbb08c0bc53f6612798ec51d /internal/rosa/hakurei.go | |
| parent | 6c90e879da14cf7542668da13ee6be22178e3b9b (diff) | |
internal/rosa: replace busybox with toybox
The busybox artifact does not run on aarch64, and the workarounds required for it to compile successfully on x86_64 is unacceptably shaky. This change fully replaces it with toybox.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/hakurei.go')
| -rw-r--r-- | internal/rosa/hakurei.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/rosa/hakurei.go b/internal/rosa/hakurei.go index 1ee2d0fc..0372d5da 100644 --- a/internal/rosa/hakurei.go +++ b/internal/rosa/hakurei.go @@ -11,6 +11,8 @@ func (t Toolchain) newHakurei(script string) pkg.Artifact { ) return t.New("hakurei-"+version, false, []pkg.Artifact{ t.Load(Go), + + t.Load(Gzip), t.Load(PkgConfig), t.Load(KernelHeaders), |
