From e8adedc8d15b9b11e780df8bda2d7431c23d627f Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Wed, 30 Nov 2022 16:57:07 +0000 Subject: user/protobuf: disable parallel build again. fixes #909. --- user/protobuf/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user/protobuf') 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() { -- cgit v1.2.3-60-g2f50