Compare commits
No commits in common. "bb734f9b02b73411f9e80aeaaf8529f67e5ce176" and "576a50bb461221a528b178ec6e95e010547b129b" have entirely different histories.
bb734f9b02
...
576a50bb46
2 changed files with 7 additions and 1 deletions
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
|
@ -8,6 +8,9 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: node-22
|
runs-on: node-22
|
||||||
|
container:
|
||||||
|
image: node:22-bookworm
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
hugo-version:
|
hugo-version:
|
||||||
|
@ -63,6 +66,9 @@ jobs:
|
||||||
|
|
||||||
build-latest:
|
build-latest:
|
||||||
runs-on: node-22
|
runs-on: node-22
|
||||||
|
container:
|
||||||
|
image: node:22-bookworm
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|
|
@ -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 ./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 BUILDTYPE=Release
|
||||||
|
|
||||||
RUN make install
|
RUN make install
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue