kconfig: disable build tests for now (fail for x86 arch)

This commit is contained in:
Gerasim Troeglazov
2024-02-29 20:31:20 +10:00
parent a1ff0a9504
commit 84766148f9

View File

@@ -17,7 +17,7 @@ propagate their changes to their respective configuration files."
HOMEPAGE="https://invent.kde.org/frameworks/kconfig/"
COPYRIGHT="2010-2024 KDE Organisation"
LICENSE="GNU LGPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://download.kde.org/stable/frameworks/${portVersion%.*}/kconfig-${portVersion}.tar.xz"
CHECKSUM_SHA256="bd692b2adf56c54a0fb1e2d402becdc326a8df8ceb89bef9f48361e1b1788612"
@@ -74,7 +74,8 @@ BUILD()
cmake .. $cmakeDirArgs \
-DCMAKE_BUILD_TYPE=Release \
-DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake \
-DBUILD_TESTING=OFF # build fail some tests for x86 arch
make $jobArgs
}