Skip to content

Commit

Permalink
Revert "try 1 core, maybe actions runners are running out of RAM & sw…
Browse files Browse the repository at this point in the history
…apping?"

This reverts commit a22d79a.
  • Loading branch information
lkeegan committed Nov 6, 2023
1 parent a22d79a commit db62961
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="-j1 VERBOSE=1"
export MAKE_OPTIONS="-j2 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 db62961

Please sign in to comment.