ci: use JOBS instead of -j
Some checks failed
Docker Image CI / build-and-push (map[context:./ dockerfile:Dockerfile.piped image_name:piped]) (push) Successful in 12s
Docker Image CI / build-and-push (map[context:./ dockerfile:Dockerfile.openj9 image_name:openj9]) (push) Has been cancelled

This commit is contained in:
Даниил 2025-03-09 18:50:36 +04:00
parent a6efd313f0
commit 3617c61f68
Signed by: nm17
GPG key ID: 3303B70C59145CD4

View file

@ -25,7 +25,7 @@ RUN git clone --single-branch --depth 1 \
WORKDIR /build/src
RUN bash get_source.sh
RUN bash configure --with-boot-jdk=/build/bootjdk --with-openssl=system
RUN make all -j$(nproc)
RUN make all JOBS=$(nproc)
# jlink by advice from https://adoptium.net/blog/2021/10/jlink-to-produce-own-runtime/
WORKDIR /build/src/build/linux-x86_64-server-release/images