Compare commits

..

2 commits

Author SHA1 Message Date
bb734f9b02 manually limit # of jobs to 4 2024-07-18 07:52:56 -04:00
b4564ebe67 remove container setting 2024-07-17 13:23:10 -04:00
2 changed files with 1 additions and 7 deletions

View file

@ -8,9 +8,6 @@ on:
jobs:
build:
runs-on: node-22
container:
image: node:22-bookworm
strategy:
matrix:
hugo-version:
@ -66,9 +63,6 @@ jobs:
build-latest:
runs-on: node-22
container:
image: node:22-bookworm
steps:
- uses: actions/checkout@v3

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 BUILDTYPE=Release
RUN make JOBS=4 BUILDTYPE=Release
RUN make install