From 616ed29edf92fb2d60962058a3e2c545d3b652ea Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 30 Jan 2026 00:24:14 +0900 Subject: internal/rosa: early toybox variant This is a variant of toybox with unfinished tools enabled, for artifacts that will end up in a dependency loop without them. Signed-off-by: Ophestra --- internal/rosa/git.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/rosa/git.go') diff --git a/internal/rosa/git.go b/internal/rosa/git.go index 4d6193a2..6773cb93 100644 --- a/internal/rosa/git.go +++ b/internal/rosa/git.go @@ -11,6 +11,8 @@ func (t Toolchain) newGit() pkg.Artifact { ) return t.New("git-"+version, 0, stage3Concat(t, []pkg.Artifact{}, t.Load(Make), + t.Load(Gawk), + t.Load(Coreutils), t.Load(Perl), t.Load(M4), t.Load(Autoconf), -- cgit v1.3.1