From c7fc1748d607ab0081dac7a8bdeb90edc5767cce Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Wed, 28 Dec 2022 14:35:08 +0000 Subject: user/protobuf: actually disable parallel builds. fixes #945. Commit e8adedc8d15b9b11e780df8bda2d7431c23d627f did not restore the original -j1 as in be1bb0240206f8fec1bd44f95d0130856e753c07. --- 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 5cfa27497..57708bda2 100644 --- a/user/protobuf/APKBUILD +++ b/user/protobuf/APKBUILD @@ -47,7 +47,7 @@ build() { -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DCMAKE_C_FLAGS="$CFLAGS" \ ${CMAKE_CROSSOPTS} cmake - make + make -j1 # Build for Ruby cd "$builddir"/ruby -- cgit v1.2.3-60-g2f50