decrease jobs, runner will try spinning up 4 builds at once

This commit is contained in:
brooke 2024-07-18 11:24:36 -04:00
parent d16285e1d8
commit f796a38677

View file

@ -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=64 BUILDTYPE=Release
RUN make JOBS=16 BUILDTYPE=Release
RUN make install