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