mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
ld.gold needs gcc
This commit is contained in:
parent
22850bab1e
commit
5ea3b89d2a
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ build:
|
|||
dependencies:
|
||||
go.dev: ^1.19
|
||||
linux/aarch64:
|
||||
gnu.org/binutils: ^2 # wants ld.gold
|
||||
gnu.org/gcc: '*' # wants `gcc` and `ld.gold`
|
||||
script: go build -ldflags="$LDFLAGS" -o "{{ prefix }}/bin/elvish" ./cmd/elvish
|
||||
env:
|
||||
LDFLAGS:
|
||||
|
|
Loading…
Reference in a new issue