diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-05-13 23:54:29 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-05-13 23:54:29 +0000 |
commit | 9f486e5836668706253156a532e7a9c00af983a2 (patch) | |
tree | e414e88747404704a82dfe0d243cfc22dfd1955a /user/protobuf/APKBUILD | |
parent | 8768cf059630ddc81fb3a87e9e9320f9ba3ec2a6 (diff) | |
download | packages-9f486e5836668706253156a532e7a9c00af983a2.tar.gz packages-9f486e5836668706253156a532e7a9c00af983a2.tar.bz2 packages-9f486e5836668706253156a532e7a9c00af983a2.tar.xz packages-9f486e5836668706253156a532e7a9c00af983a2.zip |
user/protobuf: disable tests
Diffstat (limited to 'user/protobuf/APKBUILD')
-rw-r--r-- | user/protobuf/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/protobuf/APKBUILD b/user/protobuf/APKBUILD index ea147080d..af46fd009 100644 --- a/user/protobuf/APKBUILD +++ b/user/protobuf/APKBUILD @@ -9,6 +9,7 @@ pkgrel=0 pkgdesc="Library for extensible, efficient structure packing" url="https://github.com/google/protobuf" arch="all" +options="!check" # Broken everywhere. license="BSD-3-Clause" depends_dev="zlib-dev" makedepends="$depends_dev autoconf automake libtool ruby ruby-dev ruby-rake |