git-annex: broken on x86_64-musl for now
This commit is contained in:
parent
3741900f19
commit
e3da734870
1 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,12 @@ checksum=d711c3e57a1625da63b94551a1a88c63817b6f8a2da1274f19ca779bdfd6aa7b
|
||||||
nopie_files="/usr/bin/git-annex"
|
nopie_files="/usr/bin/git-annex"
|
||||||
nocross=yes
|
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
|
# These install steps are pulled from the install target in the
|
||||||
# git-annex Makefile. The target can't be called directly because it is
|
# git-annex Makefile. The target can't be called directly because it is
|
||||||
# comingled with the Cabal build, and we're using Stackage instead
|
# comingled with the Cabal build, and we're using Stackage instead
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue