git-annex: broken on x86_64-musl for now

This commit is contained in:
Helmut Pozimski 2019-08-07 22:10:58 +02:00
parent 3741900f19
commit e3da734870
1 changed files with 6 additions and 0 deletions

View File

@ -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