diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-09-03 17:12:29 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-03 17:12:48 -0300 |
| commit | c74fa889fcc7fc049d1645eeffab2671ea888c90 (patch) | |
| tree | 5821b390b3c07125156aca18add5fb5ae57d939c | |
| parent | c3ba83e4ea738cfd68e1b1b4a3ca798b1eb699a6 (diff) | |
| download | aports-c74fa889fcc7fc049d1645eeffab2671ea888c90.tar.bz2 aports-c74fa889fcc7fc049d1645eeffab2671ea888c90.tar.xz | |
community/qpdf: disable tests on s390x
| -rw-r--r-- | community/qpdf/APKBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/community/qpdf/APKBUILD b/community/qpdf/APKBUILD index 8c89b88837..e259fa9073 100644 --- a/community/qpdf/APKBUILD +++ b/community/qpdf/APKBUILD @@ -74,6 +74,9 @@ check() { # fuzz 985 return 0 ;; + s390x) + return 0 + ;; esac make check } |
