Skip to content

Commit 202fc16

Browse files
committed
Log parallel job count
1 parent 52b41ff commit 202fc16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build-libv8

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ version="${1}"
88
NJOBS="${NJOBS:-$(getconf _NPROCESSORS_ONLN 2>/dev/null || true)}"
99
NJOBS="${NJOBS:-1}"
1010

11+
echo "parallel job count: ${NJOBS}"
12+
1113
cd "src/node-${version}"
1214

1315
python2 configure --openssl-no-asm --without-npm --shared --with-intl=small-icu

0 commit comments

Comments
 (0)