From abf96d228308fdd2f728d7ccacb170d37590d911 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 29 Jan 2026 19:51:18 +0900 Subject: 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 --- internal/rosa/perl.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/rosa/perl.go') diff --git a/internal/rosa/perl.go b/internal/rosa/perl.go index 56756042..aae70e41 100644 --- a/internal/rosa/perl.go +++ b/internal/rosa/perl.go @@ -13,6 +13,7 @@ func (t Toolchain) newPerl() pkg.Artifact { chmod -R +w /usr/src/perl && cd /usr/src/perl echo 'print STDOUT "1..0 # Skip broken test\n";' > ext/Pod-Html/t/htmldir3.t +rm -f /system/bin/ps # perl does not like toybox ps ./Configure \ -des \ -- cgit v1.3.1