From 3117d5b2e701d4f6e8c0ea10ab91ead232b134fd Mon Sep 17 00:00:00 2001 From: Kristoffer Andersen Date: Fri, 30 Jun 2023 09:27:15 +0200 Subject: [PATCH] Update build.sh Use only 1 cpu to reduce memory usage for conda builds --- conda/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/build.sh b/conda/build.sh index a16859085f..77c9d54e8f 100644 --- a/conda/build.sh +++ b/conda/build.sh @@ -41,4 +41,4 @@ cmake -G Ninja \ ninja -ninja install -j 2 +ninja install -j 1