diff --git a/srcpkgs/golangci-lint/template b/srcpkgs/golangci-lint/template index d84320ccf75..d84378f28ca 100644 --- a/srcpkgs/golangci-lint/template +++ b/srcpkgs/golangci-lint/template @@ -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"