internal/rosa: findutils artifact
All checks were successful
Test / Create distribution (push) Successful in 1m1s
Test / Sandbox (push) Successful in 2m43s
Test / Hakurei (push) Successful in 3m46s
Test / ShareFS (push) Successful in 4m3s
Test / Hpkg (push) Successful in 4m29s
Test / Sandbox (race detector) (push) Successful in 4m59s
Test / Hakurei (race detector) (push) Successful in 5m58s
Test / Flake checks (push) Successful in 1m59s

Required by llvm test suite, compiler-rt sanitisers-related tests fail on toybox xargs.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-01-29 18:24:01 +09:00
parent 744e4e0632
commit d1b404dc3a
2 changed files with 34 additions and 0 deletions

View File

@@ -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,