From 55299406466a10e0e7d05e467abc089dd10b5130 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 4 Jun 2025 01:42:30 +0200 Subject: [PATCH] golangci-lint: mark broken for aarch64-musl --- srcpkgs/golangci-lint/template | 4 ++++ 1 file changed, 4 insertions(+) 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"