diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-02-07 14:02:23 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-02-07 14:02:23 +0900 |
| commit | 31a8cc9b5cfe6056c9f19e15426794110ebaf874 (patch) | |
| tree | 31554826403eb5c8889dd71c0eacd88bb9a5970a /internal/rosa/all.go | |
| parent | bb3f60fc74433ee86728e6039bcb0e5f75bd8510 (diff) | |
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>
Diffstat (limited to 'internal/rosa/all.go')
| -rw-r--r-- | internal/rosa/all.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/rosa/all.go b/internal/rosa/all.go index cbf9814e..5aea5ee4 100644 --- a/internal/rosa/all.go +++ b/internal/rosa/all.go @@ -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, |
