Skip to content

Commit cb99f5a

Browse files
committed
ulimit
1 parent 7b5b915 commit cb99f5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/docker/ci/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ RUN sudo mkdir -p -m 755 /etc/apt/keyrings && wget -qO- https://cli.github.com/p
3030
&& sudo apt update \
3131
&& sudo apt install gh -y
3232

33+
# Unicode ocaml packages sometimes blow out the stack when compiling
34+
RUN ulimit -s unlimited
3335

3436
RUN addgroup -gid ${PGID} jenkins
3537
RUN adduser --disabled-password --gecos '' --ingroup jenkins --uid ${PUID} jenkins

0 commit comments

Comments
 (0)