From fd8b2fd52229b10092fca7fb520ed33e14f3f50c Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 30 Jan 2026 01:36:47 +0900 Subject: internal/rosa: fix up dependencies These are no longer provided by the (incomplete) toybox implementations, so they need to be specified explicitly. Signed-off-by: Ophestra --- internal/rosa/libseccomp.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/rosa/libseccomp.go') diff --git a/internal/rosa/libseccomp.go b/internal/rosa/libseccomp.go index 8b9ce9e4..a2e5ce19 100644 --- a/internal/rosa/libseccomp.go +++ b/internal/rosa/libseccomp.go @@ -12,7 +12,9 @@ func (t Toolchain) newLibseccomp() pkg.Artifact { return t.New("libseccomp-"+version, 0, []pkg.Artifact{ t.Load(Make), t.Load(Bash), + t.Load(Gawk), t.Load(Coreutils), + t.Load(Diffutils), t.Load(Gperf), t.Load(KernelHeaders), -- cgit v1.3.1