Skip to content

Commit

Permalink
Put JOBS back to 2
Browse files Browse the repository at this point in the history
Signed-off-by: Alper Polat <gitperr@gmail.com>
  • Loading branch information
gitperr committed Jan 18, 2024
1 parent 824f839 commit 493ba15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1.21/main/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN \
curl -s -f -L "https://codeload.github.com/tpoechtrager/osxcross/tar.gz/${OSXCROSS_REV}" \
| tar -C /tmp/osxcross --strip=1 -xzf - \
&& curl -s -f -L "${PROM_OSX_SDK_URL}/MacOSX${SDK_VERSION}.sdk.tar.xz" -o "tarballs/MacOSX${SDK_VERSION}.sdk.tar.xz" \
&& UNATTENDED=yes JOBS=4 ./build.sh \
&& UNATTENDED=yes JOBS=2 ./build.sh \
&& mv target "${OSXCROSS_PATH}" \
&& rm -rf /tmp/osxcross "/usr/osxcross/SDK/MacOSX${SDK_VERSION}.sdk/usr/share/man"

Expand Down

0 comments on commit 493ba15

Please sign in to comment.