diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-06 03:44:26 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-06 03:44:26 -0300 |
commit | 4113433af460b61aaedfe1292ceef360ad6ab96b (patch) | |
tree | e32024a0ae6e663f2816926d73ebc0184e31d31a /community | |
parent | ed46028615e9ca25ad11366d7c41675265b04902 (diff) | |
download | aports-4113433af460b61aaedfe1292ceef360ad6ab96b.tar.bz2 aports-4113433af460b61aaedfe1292ceef360ad6ab96b.tar.xz |
community/libgdata: disable test on x86
Diffstat (limited to 'community')
-rw-r--r-- | community/libgdata/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/libgdata/APKBUILD b/community/libgdata/APKBUILD index 44b0729815..e0457086f5 100644 --- a/community/libgdata/APKBUILD +++ b/community/libgdata/APKBUILD @@ -40,6 +40,7 @@ check() { # 3 Tests fail case "$CARCH" in aarch64) return 0 ;; + x86) return 0 ;; esac ninja -C output test } |