aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/all.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-02-10 19:40:45 +0900
committerOphestra <cat@gensokyo.uk>2026-02-10 21:22:46 +0900
commitfb101a02f21d048515561659b06bfc2a35568c56 (patch)
tree463d221e3408de18728ba85cf3412cde8b5a3e48 /internal/rosa/all.go
parent3dbd67d1138e46d15df408d1404c946163e15ef1 (diff)
internal/rosa: self-host stage0 tarball
This replaces gentoo stage3 tarballs. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/all.go')
-rw-r--r--internal/rosa/all.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/rosa/all.go b/internal/rosa/all.go
index 0fdfdc8a..6c1a8ab7 100644
--- a/internal/rosa/all.go
+++ b/internal/rosa/all.go
@@ -83,6 +83,10 @@ const (
// stages only. This preset and its direct output must never be exposed.
gcc
+ // Stage0 is a tarball containing all compile-time dependencies of artifacts
+ // part of the [Std] toolchain.
+ Stage0
+
// _presetEnd is the total number of presets and does not denote a preset.
_presetEnd
)