debug-me: broken on x86_64-musl for now
This commit is contained in:
parent
0b4717b809
commit
a0d2613e7e
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue