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