aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/all.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/all.go')
-rw-r--r--internal/rosa/all.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/rosa/all.go b/internal/rosa/all.go
index c8eddd7f..4966db49 100644
--- a/internal/rosa/all.go
+++ b/internal/rosa/all.go
@@ -183,7 +183,8 @@ const (
// PresetUnexportedStart is the first unexported preset.
PresetUnexportedStart
- llvmSource = iota - 1
+ stage0Dist = iota - 1
+ llvmSource
// earlyCompilerRT is an early, standalone compiler-rt installation for the
// standalone runtimes build.
//