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.go6
1 files changed, 5 insertions, 1 deletions
diff --git a/internal/rosa/all.go b/internal/rosa/all.go
index da1e3655..c7d39b7f 100644
--- a/internal/rosa/all.go
+++ b/internal/rosa/all.go
@@ -15,8 +15,12 @@ import (
type PArtifact int
const (
+ LLVMCompilerRT PArtifact = iota
+ LLVMRuntimes
+ LLVMClang
+
// ImageInitramfs is the Rosa OS initramfs archive.
- ImageInitramfs PArtifact = iota
+ ImageInitramfs
// Kernel is the generic Rosa OS Linux kernel.
Kernel