Skip to content

Commit

Permalink
use 3 threads; 3 is the charm
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian authored and martin-g committed Oct 1, 2024
1 parent 5e4904e commit dbb3d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/k8/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dbb3d8b

Please sign in to comment.