aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2020-03-09 21:57:46 -0400
committerEmilio Jesus Gallego Arias2020-03-25 23:41:23 -0400
commit4a88beff476d2c27eae381bc8a61f777015c0617 (patch)
treee472daac96fc2086486db89d57b62550e3c1c572
parent1217583de0c7ac0d17c8917f21c30c247176d83f (diff)
[gitlab] Increase flambda stack size.
See https://github.com/ocaml/ocaml/issues/7842
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ebeee0d4e4..df71ab3c2f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -103,6 +103,9 @@ before_script:
interruptible: true
dependencies: []
script:
+ # flambda can be pretty stack hungry, specially with -O3
+ # See also https://github.com/ocaml/ocaml/issues/7842#issuecomment-596863244
+ - ulimit -s 16384
- set -e
- make -f Makefile.dune world
- set +e