testing/qt-creator: disable on loongarch64

This commit is contained in:
fossdd 2025-07-15 22:26:21 +02:00
parent 2c4ab42f68
commit fec523569d

View File

@ -7,7 +7,8 @@ pkgdesc="Lightweight and cross-platform C++ IDE"
url="https://qt-project.org/wiki/Category:Tools::QtCreator"
# riscv64, s390x, ppc64le, armhf: qt6-qtwebengine
# armv7: clang++-20: error: unable to execute command: Segmentation fault
arch="all !riscv64 !s390x !ppc64le !armhf !armv7"
# loongarch64: qt6-qtwebengine
arch="all !riscv64 !s390x !ppc64le !armhf !armv7 !loongarch64"
license="GPL-3.0-only WITH Qt-GPL-exception-1.0"
depends="
qt6-qtbase-sqlite