flatpak: mark broken for aarch64-musl

This commit is contained in:
Duncaen 2025-05-14 18:06:09 +02:00
parent f5ac0047d3
commit 9016a52089
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -33,6 +33,10 @@ build_options_default="gir"
system_accounts="_flatpak"
if [ "$XBPS_TARGET_MACHINE" = "aarch64-musl" ]; then
broken="cross compiler syscall numbers are currently wrong"
fi
if [ -z "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -Dtests=false"
fi