From e3da734870349466cb0e92e1eaeb15a0f7c69a85 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Wed, 7 Aug 2019 22:10:58 +0200 Subject: [PATCH] git-annex: broken on x86_64-musl for now --- srcpkgs/git-annex/template | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/srcpkgs/git-annex/template b/srcpkgs/git-annex/template index 46c202eda65..18909f01f06 100644 --- a/srcpkgs/git-annex/template +++ b/srcpkgs/git-annex/template @@ -17,6 +17,12 @@ checksum=d711c3e57a1625da63b94551a1a88c63817b6f8a2da1274f19ca779bdfd6aa7b nopie_files="/usr/bin/git-annex" nocross=yes +case "$XBPS_TARGET_MACHINE" in + x86_64-musl) + broken="https://build.voidlinux.org/builders/x86_64-musl_builder/builds/22207/steps/shell_3/logs/stdio" + ;; +esac + # These install steps are pulled from the install target in the # git-annex Makefile. The target can't be called directly because it is # comingled with the Cabal build, and we're using Stackage instead