ldc: mark broken on *-musl
This commit is contained in:
parent
8574f756c7
commit
a99a914d41
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ conf_files="/etc/ldc2.conf"
|
|||
nopie=yes
|
||||
nocross=yes
|
||||
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
*-musl) broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/9741/steps/shell_3/logs/stdio" ;;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue