From dfa986cb2f706cc512ed9d009fbe367479ffc4da Mon Sep 17 00:00:00 2001 From: barcode Date: Tue, 31 Jan 2023 20:37:39 +0100 Subject: [PATCH] Prevent oom on cirrus ci --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 3a8c3871cc..c348652fd5 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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