Skip to content

Commit

Permalink
[CI] [Haskell] Increase heap size to avoid heap overflow (#1915)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Jun 2, 2024
1 parent a1cfdca commit 2e55cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coq-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ jobs:
name: ExtractionHaskell-source-${{ matrix.coq-version }}
path: src/ExtractionHaskell
- name: standalone-haskell
run: etc/ci/github-actions-make.sh -f Makefile.standalone -j1 standalone-haskell GHCFLAGS='+RTS -M7G -RTS'
run: etc/ci/github-actions-make.sh -f Makefile.standalone -j1 standalone-haskell GHCFLAGS='+RTS -M9G -RTS'
- name: upload Haskell files
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 2e55cc1

Please sign in to comment.