diff options
Diffstat (limited to 'internal/rosa/toybox.go')
| -rw-r--r-- | internal/rosa/toybox.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/rosa/toybox.go b/internal/rosa/toybox.go index 8db20b70..2e4d470e 100644 --- a/internal/rosa/toybox.go +++ b/internal/rosa/toybox.go @@ -7,13 +7,13 @@ func (t Toolchain) newToybox(suffix, script string) pkg.Artifact { version = "0.8.13" checksum = "rZ1V1ATDte2WeQZanxLVoiRGdfPXhMlEo5-exX-e-ml8cGn9qOv0ABEUVZpX3wTI" ) - return t.New("toybox-"+version+suffix, TEarly, stage3Concat(t, []pkg.Artifact{}, + return t.New("toybox-"+version+suffix, TEarly, stage0Concat(t, []pkg.Artifact{}, t.Load(Make), t.Load(Bash), t.Load(Gzip), t.Load(KernelHeaders), - ), nil, stage3Concat(t, []string{}, + ), nil, stage0Concat(t, []string{}, "ROSA_CHECK=make USER=cure tests", ), ` ln -s ../system/bin/bash /bin/ || true |
