internal/rosa: remove busybox artifact
All checks were successful
Test / Create distribution (push) Successful in 1m3s
Test / Sandbox (push) Successful in 2m58s
Test / ShareFS (push) Successful in 4m42s
Test / Hpkg (push) Successful in 5m27s
Test / Sandbox (race detector) (push) Successful in 5m37s
Test / Hakurei (race detector) (push) Successful in 6m30s
Test / Hakurei (push) Successful in 3m9s
Test / Flake checks (push) Successful in 1m38s

This is no longer used and its implementation is unacceptably shaky.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-01-29 19:58:51 +09:00
parent abf96d2283
commit 6c1e2f10a7
2 changed files with 0 additions and 242 deletions

View File

@@ -14,7 +14,6 @@ const (
Attr
Autoconf
Bash
Busybox
CMake
Coreutils
Diffutils
@@ -94,7 +93,6 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"attr": Attr,
"autoconf": Autoconf,
"bash": Bash,
"busybox": Busybox,
"cmake": CMake,
"coreutils": Coreutils,
"diffutils": Diffutils,