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
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user