diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-02-20 21:50:33 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-02-20 21:51:07 +0900 |
| commit | 178305cb22a04f9c68a0e6fdce03ecede4ef5917 (patch) | |
| tree | dc6dafc0b466bd46294c53adb9e975384093ed3d /internal/rosa/all.go | |
| parent | c2456e252c8b2d3e46ed0c5a1cc31a747d9fb701 (diff) | |
internal/rosa: elfutils artifact
Required by the kernel.
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 c3ffb944..f29599f7 100644 --- a/internal/rosa/all.go +++ b/internal/rosa/all.go @@ -24,6 +24,7 @@ const ( Curl DTC Diffutils + Elfutils Findutils Flex Fuse @@ -142,6 +143,7 @@ func ResolveName(name string) (p PArtifact, ok bool) { "curl": Curl, "dtc": DTC, "diffutils": Diffutils, + "elfutils": Elfutils, "findutils": Findutils, "flex": Flex, "fuse": Fuse, |
