From a22d79a6c7e8077058a7b9bf7f7298d4ea5651ee Mon Sep 17 00:00:00 2001 From: Liam Keegan Date: Mon, 6 Nov 2023 09:38:24 +0100 Subject: [PATCH] try 1 core, maybe actions runners are running out of RAM & swapping? --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 37cba37..8ea1445 100755 --- a/build.sh +++ b/build.sh @@ -31,7 +31,7 @@ fi # export vars for duneopts script to read export DUNE_COPASI_USE_STATIC_DEPS=ON export CMAKE_INSTALL_PREFIX=$DEPSDIR -export MAKE_OPTIONS="-j2 VERBOSE=1" +export MAKE_OPTIONS="-j1 VERBOSE=1" # -fexperimental-library for clang/libc++ to enable export CMAKE_CXX_FLAGS="'-fvisibility=hidden -fexperimental-library -L/usr/local/opt/llvm/lib -L/usr/local/opt/llvm/lib/c++ -Wl,-rpath,/usr/local/opt/llvm/lib/c++ -I/usr/local/opt/llvm/include'" export BUILD_SHARED_LIBS=OFF