From 43a58b8c51280c26358ed4df070f731027053520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 15 May 2024 11:18:05 +0700 Subject: [PATCH] falkon: mark broken on 32 bit --- srcpkgs/falkon/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/falkon/template b/srcpkgs/falkon/template index f04178dcb84..37fe5240cb8 100644 --- a/srcpkgs/falkon/template +++ b/srcpkgs/falkon/template @@ -22,6 +22,10 @@ checksum=f8607830d99759f55336ad7d8e8f3bf9df9696cb5632a4e308586e8920d7e9cb LDFLAGS="-Wl,--no-fatal-warnings" +if [ "$XBPS_WORDSIZE$XBPS_WORDSIZE" != "64$XBPS_TARGET_WORDSIZE" ]; then + broken="Qt6 WebEngine" +fi + do_check() { cd build # Exclude tests which fail with SIGTRAP