From 0dec9bf1391927305fadb5618341415c5dc50968 Mon Sep 17 00:00:00 2001 From: brooke Date: Thu, 18 Jul 2024 08:26:55 -0400 Subject: [PATCH] double jobs count --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 488d78f..787cb01 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ WORKDIR node-v${NODE_VERSION} RUN ./configure --prefix=/usr --shared-brotli --shared-zlib --shared-libuv --shared-openssl --shared-cares --shared-nghttp2 --ninja --without-npm --with-intl=system-icu --openssl-use-def-ca-store -RUN make JOBS=16 BUILDTYPE=Release +RUN make JOBS=32 BUILDTYPE=Release RUN make install