diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-02-17 00:54:34 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-02-17 00:54:34 +0900 |
| commit | 16966043c707d2b8d939089fc9bf6b2f1acfdd7e (patch) | |
| tree | 431042d65ed66e5647488a1e5837211561eda866 /internal/rosa/all.go | |
| parent | a3515a6ef5f26d2a3a863c727457ad5078b13576 (diff) | |
internal/rosa: dtc artifact
Required by qemu.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/all.go')
| -rw-r--r-- | internal/rosa/all.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/rosa/all.go b/internal/rosa/all.go index 4d8e3d74..94fba474 100644 --- a/internal/rosa/all.go +++ b/internal/rosa/all.go @@ -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, |
