From 9330550f8f6e91da77533d256929c766082b0dbf Mon Sep 17 00:00:00 2001 From: goshiz Date: Tue, 25 Jul 2023 19:02:16 +0000 Subject: [PATCH] try full build on modules --- bin/build_ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build_ci.sh b/bin/build_ci.sh index 4cd367434..ff3199a01 100755 --- a/bin/build_ci.sh +++ b/bin/build_ci.sh @@ -21,7 +21,7 @@ git pull mkdir -p build/release cd build/release cmake ../.. -make obj_common -j3 +make -j3 # HOST_NCORES=$(nproc 2>/dev/null || shell nproc 2>/dev/null || sysctl -n hw.ncpu 2>/dev/null || echo 1) #./build-haven.sh -j3 # don't exit because this will build translations directory even if build fails