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/libexpat.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/rosa/libexpat.go') diff --git a/internal/rosa/libexpat.go b/internal/rosa/libexpat.go index f158f106..2139e442 100644 --- a/internal/rosa/libexpat.go +++ b/internal/rosa/libexpat.go @@ -14,6 +14,8 @@ func (t Toolchain) newLibexpat() pkg.Artifact { return t.New("libexpat-"+version, 0, []pkg.Artifact{ t.Load(Make), t.Load(Bash), + t.Load(Gawk), + t.Load(Coreutils), }, nil, nil, ` cd "$(mktemp -d)" /usr/src/libexpat/configure \ -- cgit v1.3.1