Skip to content

Commit

Permalink
[CI] [fiat-crypto] Fix fiat-crypto CI
Browse files Browse the repository at this point in the history
The native compiler runs out of stack, it seems? c.f.
mit-plv/bedrock2#205
  • Loading branch information
JasonGross committed Dec 2, 2021
1 parent 489710a commit c1be8a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/ci/ci-fiat_crypto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ if [ "$DOWNLOAD_ONLY" ]; then exit 0; fi
# We need a larger stack size to not overflow ocamlopt+flambda when
# building the executables.
# c.f. https://github.com/coq/coq/pull/8313#issuecomment-416650241
stacksize=32768
# c.f. https://coq.zulipchat.com/#narrow/stream/237656-Coq-devs.20.26.20plugin.20devs/topic/fiat.20crypto.20broken/near/263463085
stacksize=65536

# fiat-crypto is not guaranteed to build with the latest version of
# bedrock2, so we use the pinned version of bedrock2, but the external
Expand Down

0 comments on commit c1be8a8

Please sign in to comment.