internal/rosa/gnu: binutils artifact

Appears to be required by GCC? It complains with stuff installed by LLVM.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-07 14:02:23 +09:00
parent bb3f60fc74
commit 31a8cc9b5c
2 changed files with 21 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ const (
Autoconf
Automake
Bash
Binutils
CMake
Coreutils
Curl
@@ -106,6 +107,7 @@ func ResolveName(name string) (p PArtifact, ok bool) {
"autoconf": Autoconf,
"automake": Automake,
"bash": Bash,
"binutils": Binutils,
"cmake": CMake,
"coreutils": Coreutils,
"curl": Curl,