summaryrefslogtreecommitdiff
path: root/user/protobuf
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2022-11-30 16:57:07 +0000
committerZach van Rijn <me@zv.io>2022-11-30 16:57:07 +0000
commite8adedc8d15b9b11e780df8bda2d7431c23d627f (patch)
tree1ea8f6ebebff728eab72ffe00bd8bab3cfa98b65 /user/protobuf
parent274dfe5cb318f67d5a36133f6451e4bd9d9145d0 (diff)
downloadpackages-e8adedc8d15b9b11e780df8bda2d7431c23d627f.tar.gz
packages-e8adedc8d15b9b11e780df8bda2d7431c23d627f.tar.bz2
packages-e8adedc8d15b9b11e780df8bda2d7431c23d627f.tar.xz
packages-e8adedc8d15b9b11e780df8bda2d7431c23d627f.zip
user/protobuf: disable parallel build again. fixes #909.
Diffstat (limited to 'user/protobuf')
-rw-r--r--user/protobuf/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/protobuf/APKBUILD b/user/protobuf/APKBUILD
index e9243288f..a4d1c586f 100644
--- a/user/protobuf/APKBUILD
+++ b/user/protobuf/APKBUILD
@@ -71,7 +71,7 @@ build() {
# Build test-suite
cd "$builddir"/third_party/googletest/
cmake .
- make
+ make -j1
}
check() {