File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
scripts/docker/static-builder Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -751,7 +751,7 @@ pipeline {
751751 dir ' .'
752752 label ' linux && emulation'
753753 args ' --platform=linux/ppc64le --group-add=987 --group-add=980 --group-add=988 --entrypoint=\'\' -v /var/run/docker.sock:/var/run/docker.sock'
754- additionalBuildArgs ' --platform=linux/ppc64le --build-arg PUID=\$ (id -u) --build-arg PGID=\$ (id -g)'
754+ additionalBuildArgs ' --platform=linux/ppc64le --ulimit stack=65536 -- build-arg PUID=\$ (id -u) --build-arg PGID=\$ (id -g)'
755755 }
756756 }
757757 steps {
Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ RUN addgroup -g ${PGID} jenkins && \
1111
1212RUN apk update && apk add --no-cache opam build-base bzip2 git tar curl ca-certificates openssl m4 bash
1313
14- # Unicode ocaml packages sometimes blow out the stack when compiling
15- RUN ulimit -s unlimited
16-
1714# Switch back to the normal user
1815USER jenkins
1916
You can’t perform that action at this time.
0 commit comments