aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/stage0.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/stage0.go')
-rw-r--r--internal/rosa/stage0.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/internal/rosa/stage0.go b/internal/rosa/stage0.go
index 747fd802..0afaddfb 100644
--- a/internal/rosa/stage0.go
+++ b/internal/rosa/stage0.go
@@ -9,9 +9,6 @@ import (
func (t Toolchain) newStage0() (pkg.Artifact, string) {
return t.New("rosa-stage0", 0, []pkg.Artifact{
t.Load(Musl),
- t.Load(CompilerRT),
- t.Load(LLVMRuntimes),
- t.Load(Clang),
t.Load(Zlib),
t.Load(Bzip2),