diff options
author | Bart Ribbers <bribbers@disroot.org> | 2020-01-27 22:38:31 +0100 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2020-01-27 22:17:22 +0000 |
commit | 015bdb0601ebee63aecbea8119cf5273f581e3f0 (patch) | |
tree | 0182b6df82956b62570450011de92bcdb03eeb56 /community/dolphin | |
parent | 1597cf4ab69b5fbe33fbeb094048db626906e0bf (diff) | |
download | aports-015bdb0601ebee63aecbea8119cf5273f581e3f0.tar.bz2 aports-015bdb0601ebee63aecbea8119cf5273f581e3f0.tar.xz |
community/kde-applications: disable on armhf and disable broken tests
Closes !3381
Diffstat (limited to 'community/dolphin')
-rw-r--r-- | community/dolphin/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/dolphin/APKBUILD b/community/dolphin/APKBUILD index 2270d1f577..30386f1934 100644 --- a/community/dolphin/APKBUILD +++ b/community/dolphin/APKBUILD @@ -3,7 +3,7 @@ pkgname=dolphin pkgver=19.12.1 pkgrel=0 -arch="all" +arch="all !armhf" # armhf blocked by extra-cmake-modules url="https://kde.org/applications/system/dolphin" pkgdesc="KDE File Manager" license="GPL-2.0-only" @@ -35,8 +35,8 @@ build() { check() { cd "$builddir"/build - # kfileitemmodeltest and placesitemmodeltest are broken - CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest -E "(kfileitemmodel|placesitemmodel)test" + # kfileitemmodeltest, placesitemmodeltest and dolphinmainwindowtest are broken + CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest -E "(kfileitemmodel|placesitemmodel|dolphinmainwindow)test" } package() { |