author | Balló György
<bgyorgy@archlinux.org> 2017-02-18 18:27:23 UTC |
committer | Balló György
<bgyorgy@archlinux.org> 2017-02-18 18:27:23 UTC |
parent | f675f792ee55fab484a50903b3a0d11d76385c6e |
PKGBUILD | +4 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index f66486c..cdde56d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -31,7 +31,10 @@ build() { check() { cd build - make test + # Fails on i686 - https://github.com/keepassxreboot/keepassxc/issues/327 + if [ $CARCH == x86_64 ]; then + make test + fi } package() {