Skip to content

Commit

Permalink
try 1 core, maybe actions runners are running out of RAM & swapping?
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Nov 6, 2023
1 parent feea1c0 commit a22d79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 <execution>
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
Expand Down

0 comments on commit a22d79a

Please sign in to comment.