diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-05 21:27:33 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-05 21:27:33 +0900 |
| commit | 9989881dd9bc153140d9da13bf12f09c5d5a7d5c (patch) | |
| tree | 40a3e73ace13898b98c64bdd27021c4d6909d5f9 /internal/rosa/all.go | |
| parent | a36b3ece165ab1008141a1a8b927776e77122068 (diff) | |
internal/rosa/llvm: populate metadata
This enables use of release monitoring for LLVM.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/all.go')
| -rw-r--r-- | internal/rosa/all.go | 6 |
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 |
