From d1b404dc3a257a8063cb7d69b60c17c0c59c48a2 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 29 Jan 2026 18:24:01 +0900 Subject: internal/rosa: findutils artifact Required by llvm test suite, compiler-rt sanitisers-related tests fail on toybox xargs. Signed-off-by: Ophestra --- internal/rosa/all.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/rosa/all.go') 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, -- cgit v1.3.1