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/libseccomp.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/rosa/libseccomp.go') diff --git a/internal/rosa/libseccomp.go b/internal/rosa/libseccomp.go index aae56267..9158fcaa 100644 --- a/internal/rosa/libseccomp.go +++ b/internal/rosa/libseccomp.go @@ -12,6 +12,7 @@ func (t Toolchain) newLibseccomp() pkg.Artifact { return t.New("libseccomp-"+version, false, []pkg.Artifact{ t.Load(Make), t.Load(Bash), + t.Load(Coreutils), t.Load(Gperf), t.Load(KernelHeaders), -- cgit v1.3.1