We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5b915 commit cb99f5aCopy full SHA for cb99f5a
scripts/docker/ci/Dockerfile
@@ -30,6 +30,8 @@ RUN sudo mkdir -p -m 755 /etc/apt/keyrings && wget -qO- https://cli.github.com/p
30
&& sudo apt update \
31
&& sudo apt install gh -y
32
33
+# Unicode ocaml packages sometimes blow out the stack when compiling
34
+RUN ulimit -s unlimited
35
36
RUN addgroup -gid ${PGID} jenkins
37
RUN adduser --disabled-password --gecos '' --ingroup jenkins --uid ${PUID} jenkins
0 commit comments