ugdb: mark broken on aarch64.
This commit is contained in:
parent
5521866c21
commit
8ff3c9b9db
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ if [ $XBPS_TARGET_WORDSIZE = 32 ]; then
|
|||
*) broken="requires i128 support" ;;
|
||||
esac
|
||||
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() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue