diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-01-29 19:58:51 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-01-29 19:58:51 +0900 |
| commit | 6c1e2f10a763ac46fc582c0082a577de84f54d62 (patch) | |
| tree | 7c1b719964304a5f06348c304427a8d459370a8a /internal/rosa/all.go | |
| parent | abf96d228308fdd2f728d7ccacb170d37590d911 (diff) | |
internal/rosa: remove busybox artifact
This is no longer used and its implementation is unacceptably shaky.
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, 0 insertions, 2 deletions
diff --git a/internal/rosa/all.go b/internal/rosa/all.go index bf79f1ea..b9fd9c7a 100644 --- a/internal/rosa/all.go +++ b/internal/rosa/all.go @@ -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, |
