internal/rosa: remove busybox patch
All checks were successful
Test / Create distribution (push) Successful in 1m8s
Test / Sandbox (push) Successful in 3m2s
Test / Hakurei (push) Successful in 4m28s
Test / ShareFS (push) Successful in 4m34s
Test / Hpkg (push) Successful in 5m9s
Test / Sandbox (race detector) (push) Successful in 6m4s
Test / Hakurei (race detector) (push) Successful in 9m25s
Test / Flake checks (push) Successful in 2m57s

This allows different versions of busybox to be attempted, to find one that works on arm.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-01-28 01:24:56 +09:00
parent 66118ba941
commit cc403c96d8
2 changed files with 2 additions and 19 deletions

View File

@@ -9,6 +9,7 @@ func (t Toolchain) newRsync() pkg.Artifact {
)
return t.New("rsync-"+version, false, []pkg.Artifact{
t.Load(Make),
t.Load(Gawk),
}, nil, nil, `
cd "$(mktemp -d)"
/usr/src/rsync/configure --prefix=/system \