From dbb3d8b59264cb80d2297a8a195658bd0a3b2961 Mon Sep 17 00:00:00 2001 From: mencian Date: Mon, 30 Sep 2024 20:54:29 -0500 Subject: [PATCH] use 3 threads; 3 is the charm --- recipes/k8/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/k8/build.sh b/recipes/k8/build.sh index c3590e9c07441..7b4b07ac03c13 100644 --- a/recipes/k8/build.sh +++ b/recipes/k8/build.sh @@ -25,7 +25,7 @@ patch -p0 < ${RECIPE_DIR}/nodejs-x86_64.patch # The provided configure script is a sh/python hybrid which boils down to one line of Python python -c "import configure" --without-node-snapshot --without-etw --without-npm --without-inspector --without-dtrace -make -j2 +make -j3 popd # make it possible to set conda build's CXXFLAGS and point to the Node sources