From 9d9b7294a4a9e93301bfbbf327e9beb99cfa685b Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 29 Jan 2026 20:41:38 +0900 Subject: internal/rosa: flags for toolchain-dependent artifact This is much cleaner to add extra flags to. Signed-off-by: Ophestra --- internal/rosa/toybox.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/rosa/toybox.go') diff --git a/internal/rosa/toybox.go b/internal/rosa/toybox.go index 8ca02e66..23c2b01e 100644 --- a/internal/rosa/toybox.go +++ b/internal/rosa/toybox.go @@ -7,7 +7,7 @@ func (t Toolchain) newToybox() pkg.Artifact { version = "0.8.13" checksum = "rZ1V1ATDte2WeQZanxLVoiRGdfPXhMlEo5-exX-e-ml8cGn9qOv0ABEUVZpX3wTI" ) - return t.New("toybox-"+version, false, stage3Concat(t, []pkg.Artifact{}, + return t.New("toybox-"+version, 0, stage3Concat(t, []pkg.Artifact{}, t.Load(Make), t.Load(Bash), t.Load(Gzip), -- cgit v1.3.1