internal/rosa/toybox: do not assume bash location
All checks were successful
Test / Create distribution (push) Successful in 59s
Test / Sandbox (push) Successful in 2m36s
Test / Hakurei (push) Successful in 3m52s
Test / ShareFS (push) Successful in 3m58s
Test / Hpkg (push) Successful in 4m27s
Test / Sandbox (race detector) (push) Successful in 5m7s
Test / Hakurei (race detector) (push) Successful in 5m54s
Test / Flake checks (push) Successful in 1m43s

For compatibility with Gentoo stage3 as bootstrap seed.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-11 01:36:41 +09:00
parent 05a828c474
commit 1ef7bedfb5

View File

@@ -17,7 +17,7 @@ func (t Toolchain) newToybox(suffix, script string) pkg.Artifact {
"ROSA_CHECK=make USER=cure tests", "ROSA_CHECK=make USER=cure tests",
), ` ), `
chmod +w /bin/ chmod +w /bin/
ln -sf ../system/bin/bash /bin/ ln -rs "$(which bash)" /bin/ || true
cd /usr/src/toybox cd /usr/src/toybox
chmod +w kconfig tests chmod +w kconfig tests