internal/rosa: kmod artifact
Some checks failed
Test / Sandbox (race detector) (push) Has started running
Test / Flake checks (push) Has been cancelled
Test / Hakurei (push) Has been cancelled
Test / Hakurei (race detector) (push) Has been cancelled
Test / ShareFS (push) Has been cancelled
Test / Hpkg (push) Has been cancelled
Test / Create distribution (push) Has been cancelled
Test / Sandbox (push) Has been cancelled

Required by the kernel.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-13 03:15:11 +09:00
parent b746e352e5
commit 2b16d89cdd
2 changed files with 47 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ const (
HakureiDist
IniConfig
KernelHeaders
Kmod
LibXau
Libexpat
Libpsl
@@ -139,6 +140,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"hakurei-dist": HakureiDist,
"iniconfig": IniConfig,
"kernel-headers": KernelHeaders,
"kmod": Kmod,
"libXau": LibXau,
"libexpat": Libexpat,
"libpsl": Libpsl,