Skip to content

Commit

Permalink
Prevent oom on cirrus ci
Browse files Browse the repository at this point in the history
  • Loading branch information
barcode committed Jan 31, 2023
1 parent dbdee8e commit dfa986c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ check_task:
- ../cmake-3.20.2/bin/cmake .. -DJSON_FastTests=ON
- make -j10
- cd tests
- ../../cmake-3.20.2/bin/ctest -j10
- ../../cmake-3.20.2/bin/ctest -j1 #otherwise oom happens

0 comments on commit dfa986c

Please sign in to comment.