falkon: mark broken on 32 bit
This commit is contained in:
parent
32d1751539
commit
43a58b8c51
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@ checksum=f8607830d99759f55336ad7d8e8f3bf9df9696cb5632a4e308586e8920d7e9cb
|
||||||
|
|
||||||
LDFLAGS="-Wl,--no-fatal-warnings"
|
LDFLAGS="-Wl,--no-fatal-warnings"
|
||||||
|
|
||||||
|
if [ "$XBPS_WORDSIZE$XBPS_WORDSIZE" != "64$XBPS_TARGET_WORDSIZE" ]; then
|
||||||
|
broken="Qt6 WebEngine"
|
||||||
|
fi
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
cd build
|
cd build
|
||||||
# Exclude tests which fail with SIGTRAP
|
# Exclude tests which fail with SIGTRAP
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue