From c0692572b8a1547d7e98972e9e90b5d7b2122f2d Mon Sep 17 00:00:00 2001 From: brooke Date: Thu, 18 Jul 2024 16:13:05 -0400 Subject: [PATCH] bump jobs to 24 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 488d78f..b20e0d6 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=24 BUILDTYPE=Release RUN make install