diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2019-10-22 01:32:51 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2019-10-22 11:22:01 -0400 |
commit | 596d9f688d563a3d301f651afdfe48a66d7a3d18 (patch) | |
tree | 7f250790919ac14c72100b41e435cb0779a71c4c /libre/calibre | |
parent | fe0ae30c55576c6a05e99244649be89218c0fa2a (diff) | |
download | abslibre-596d9f688d563a3d301f651afdfe48a66d7a3d18.tar.gz abslibre-596d9f688d563a3d301f651afdfe48a66d7a3d18.tar.bz2 abslibre-596d9f688d563a3d301f651afdfe48a66d7a3d18.zip |
[calibre]: disable tests for ARM builds
Diffstat (limited to 'libre/calibre')
-rw-r--r-- | libre/calibre/PKGBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libre/calibre/PKGBUILD b/libre/calibre/PKGBUILD index 0417eb590..fa1183af2 100644 --- a/libre/calibre/PKGBUILD +++ b/libre/calibre/PKGBUILD @@ -95,6 +95,9 @@ build() { check() { cd "${pkgname}-${pkgver}" + # 2 failing tests on armv7h + [[ $CARCH = arm* ]] && return + # without xvfb-run this fails with much "Control socket failed to recv(), resetting" # ERROR: test_websocket_perf (calibre.srv.tests.web_sockets.WebSocketTest) |