diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-11 18:12:42 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-11 18:12:42 -0300 |
commit | 6a55ae5e20ec88431263b0e3d45ae0bfd362c45c (patch) | |
tree | cc6c5997bd9b6c9664243fae22b6e19ecbd74c5e /community/extra-cmake-modules | |
parent | a93bb358b781b0829426a919beed60c9a6bc392b (diff) | |
download | aports-6a55ae5e20ec88431263b0e3d45ae0bfd362c45c.tar.bz2 aports-6a55ae5e20ec88431263b0e3d45ae0bfd362c45c.tar.xz |
community/extra-cmake-modules: disable tests
Diffstat (limited to 'community/extra-cmake-modules')
-rw-r--r-- | community/extra-cmake-modules/APKBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/community/extra-cmake-modules/APKBUILD b/community/extra-cmake-modules/APKBUILD index d8ad8831c2..c8ead1dfd6 100644 --- a/community/extra-cmake-modules/APKBUILD +++ b/community/extra-cmake-modules/APKBUILD @@ -5,6 +5,9 @@ pkgname=extra-cmake-modules pkgver=5.64.0 pkgrel=0 pkgdesc="Extra CMake modules" +# A few tests fail +# https://build.alpinelinux.org/buildlogs/build-edge-aarch64/community/extra-cmake-modules/extra-cmake-modules-5.64.0-r0.log +options="!check" url="https://projects.kde.org/projects/kdesupport/extra-cmake-modules" arch="noarch" license="BSD-3-Clause" |