git-annex: broken on x86_64-musl for now
This commit is contained in:
parent
3741900f19
commit
e3da734870
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue