diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-01-29 18:24:01 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-01-29 18:24:01 +0900 |
| commit | d1b404dc3a257a8063cb7d69b60c17c0c59c48a2 (patch) | |
| tree | f28862346db221ae375c25cbfaacd4bc6b4dce3f /internal/rosa/all.go | |
| parent | 744e4e0632732219a21f86412d800a8c9e28250d (diff) | |
internal/rosa: findutils artifact
Required by llvm test suite, compiler-rt sanitisers-related tests fail on toybox xargs.
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 4a2c9acb..bf79f1ea 100644 --- a/internal/rosa/all.go +++ b/internal/rosa/all.go @@ -18,6 +18,7 @@ const ( CMake Coreutils Diffutils + Findutils Fuse Gawk Gettext @@ -97,6 +98,7 @@ func ResolveName(name string) (p PArtifact, ok bool) { "cmake": CMake, "coreutils": Coreutils, "diffutils": Diffutils, + "findutils": Findutils, "fuse": Fuse, "gawk": Gawk, "gettext": Gettext, |
