ci: increase FreeBSD VM memory to 2048MB
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.pull/1244/head
parent
8fe42ebd2e
commit
b4e19678b7
|
@ -13,6 +13,7 @@ jobs:
|
|||
- name: Test in FreeBSD VM
|
||||
uses: vmactions/freebsd-vm@v0.1.5 # aka FreeBSD 13.0
|
||||
with:
|
||||
mem: 2048
|
||||
usesh: true
|
||||
prepare: |
|
||||
export CPPFLAGS=-isystem/usr/local/include LDFLAGS=-L/usr/local/lib # sndio
|
||||
|
|
Loading…
Reference in New Issue