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