debug-me: broken on x86_64-musl for now

This commit is contained in:
Helmut Pozimski 2019-08-07 21:35:25 +02:00
parent 0b4717b809
commit a0d2613e7e

View file

@ -13,6 +13,12 @@ checksum=47cd1f5af1d32b2659c0991466f1ffec34b01211a663b8b0a51ebc2ecb49168b
nocross=yes # Can't yet cross compile Haskell
nopie_files="/usr/bin/debug-me"
case "$XBPS_TARGET_MACHINE" in
x86_64-musl)
broken="https://build.voidlinux.org/builders/x86_64-musl_builder/builds/22206/steps/shell_3/logs/stdio"
;;
esac
post_install() {
vlicense AGPL
}