internal/rosa: dtc artifact
All checks were successful
Test / Create distribution (push) Successful in 1m0s
Test / Sandbox (push) Successful in 2m57s
Test / Hakurei (push) Successful in 4m11s
Test / ShareFS (push) Successful in 4m21s
Test / Hpkg (push) Successful in 4m55s
Test / Sandbox (race detector) (push) Successful in 5m16s
Test / Hakurei (race detector) (push) Successful in 6m15s
Test / Flake checks (push) Successful in 1m36s

Required by qemu.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-17 00:54:34 +09:00
parent a3515a6ef5
commit 16966043c7
2 changed files with 36 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ const (
CMake
Coreutils
Curl
DTC
Diffutils
Findutils
Flex
@@ -130,6 +131,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"cmake": CMake,
"coreutils": Coreutils,
"curl": Curl,
"dtc": DTC,
"diffutils": Diffutils,
"findutils": Findutils,
"flex": Flex,