From 2d63ea8feee3ece4a158da0b1cce5fd7ebc87769 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 29 Jan 2026 17:46:18 +0900 Subject: internal/rosa: gzip artifact Toybox does not implement this, and it is used by many programs, including toybox itself. Signed-off-by: Ophestra --- internal/rosa/toybox.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/rosa/toybox.go') diff --git a/internal/rosa/toybox.go b/internal/rosa/toybox.go index f2e83a08..8ca02e66 100644 --- a/internal/rosa/toybox.go +++ b/internal/rosa/toybox.go @@ -10,6 +10,7 @@ func (t Toolchain) newToybox() pkg.Artifact { return t.New("toybox-"+version, false, stage3Concat(t, []pkg.Artifact{}, t.Load(Make), t.Load(Bash), + t.Load(Gzip), t.Load(KernelHeaders), ), nil, stage3Concat(t, []string{}, -- cgit v1.3.1