ugdb: mark broken on aarch64.
This commit is contained in:
parent
5521866c21
commit
8ff3c9b9db
|
@ -18,6 +18,9 @@ if [ $XBPS_TARGET_WORDSIZE = 32 ]; then
|
||||||
*) broken="requires i128 support" ;;
|
*) broken="requires i128 support" ;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
case $XBPS_TARGET_MACHINE in
|
||||||
|
aarch64*) broken="requires i128 support https://build.voidlinux.org/builders/aarch64_builder/builds/36177/steps/shell_3/logs/stdio" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue