mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-10 17:13:51 +02:00
golangci-lint: mark broken for aarch64-musl
This commit is contained in:
parent
e961e3cb72
commit
5529940646
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ distfiles="https://github.com/golangci/golangci-lint/archive/v${version}.tar.gz"
|
|||
checksum=0ae50c50dbc7603ed27a6f559dca194cb8851f030410c5635270866e78cb3400
|
||||
_completions="bash zsh fish"
|
||||
|
||||
if [[ "$CROSS_BUILD" && "$XBPS_TARGET_MACHINE" == "aarch64-musl" ]]; then
|
||||
broken="broken qemu"
|
||||
fi
|
||||
|
||||
# fix: collect2: fatal error: cannot find 'ld'
|
||||
export LDFLAGS="-fuse-ld=bfd"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue