forked from security/hakurei
internal/rosa/llvm: populate metadata
This enables use of release monitoring for LLVM. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user