Skip to content

Commit

Permalink
extend memory limits on system, use release build to remove debug sym…
Browse files Browse the repository at this point in the history
…bols
  • Loading branch information
jonahm-LANL committed Dec 17, 2024
1 parent 830bb5e commit d0dcacd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
run: |
mkdir -p bin
cd bin
ulimit -m unlimited
ulimit -v unlimited
mkdir -p ${HOME}/install
cmake -DCMAKE_INSTALL_PREFIX=${HOME}/install \
-DSINGULARITY_USE_SPINER=ON \
Expand All @@ -41,6 +43,7 @@ jobs:
-DSINGULARITY_USE_V_AND_V_EOS=OFF \
-DSINGULARITY_PLUGINS=$(pwd)/../example/plugin \
-DCMAKE_LINKER=ld.gold \
-DCMAKE_BUILD_TYPE=Release \
..
#-DSINGULARITY_TEST_PYTHON=ON \
#-DSINGULARITY_TEST_STELLAR_COLLAPSE=ON \
Expand Down

0 comments on commit d0dcacd

Please sign in to comment.