gcr: broken on aarch64* (cross gir issue)

This commit is contained in:
Jürgen Buchmüller 2019-04-29 12:57:43 +02:00
parent d9c51852c9
commit f362031559
1 changed files with 6 additions and 0 deletions

View File

@ -22,6 +22,12 @@ checksum=95204aa2111c301778ebfbe60975ce3ed698c958430ffcc2a785ac5e593d168b
build_options="gir vala"
build_options_default="gir vala"
if [ "$CROSS_BUILD" ]; then
case "$XBPS_TARGET_MACHINE" in
aarch64*) broken="https://build.voidlinux.org/builders/aarch64-musl_builder/builds/19799/steps/shell_3/logs/stdio";;
esac
fi
do_check() {
# requires X11 server
: