diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-02-09 00:50:38 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-02-09 00:55:07 +0900 |
| commit | e1b8607101bf36db35782ca5a4f096007604a18c (patch) | |
| tree | 859d356544d4b079da53e2fcb9c8747de12dcc33 /internal/rosa/toybox.go | |
| parent | 3d3bd45b95d4f4e2c2c6c463329dde7702b8a381 (diff) | |
internal/rosa: rename stage0 toolchain
This is stage0 relative to Rosa OS, and stage3 relative to the toolchain it is compiled on (Gentoo in this case). Referring to the toolchain itself as stage3 is counterintuitive and misleading.
Signed-off-by: Ophestra <cat@gensokyo.uk>
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 |
