Skip to content

Commit

Permalink
ci: increase FreeBSD VM memory to 2048MB
Browse files Browse the repository at this point in the history
Intermittent CI failures without any useful diagnostics could be caused
by the OOM killer. 1024MB is not really enough to run 3 parallel jobs
with a modern C++ compiler.
  • Loading branch information
alebastr committed Nov 24, 2021
1 parent 3ed42ec commit d62bc66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- name: Test in FreeBSD VM
uses: vmactions/[email protected] # aka FreeBSD 13.0
with:
mem: 2048
usesh: true
prepare: |
export CPPFLAGS=-isystem/usr/local/include LDFLAGS=-L/usr/local/lib # sndio
Expand Down

0 comments on commit d62bc66

Please sign in to comment.