Skip to content

Commit

Permalink
turn off spiner in minimal tests to ensure we support building withou…
Browse files Browse the repository at this point in the history
…t spiner
  • Loading branch information
jonahm-LANL committed Aug 14, 2024
1 parent 44257ca commit 971c559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cd bin
mkdir -p ${HOME}/install
cmake -DCMAKE_INSTALL_PREFIX=${HOME}/install \
-DSINGULARITY_USE_SPINER=ON \
-DSINGULARITY_USE_SPINER=OFF \
-DSINGULARITY_USE_SPINER_WITH_HDF5=OFF \
-DSINGULARITY_BUILD_TESTS=ON \
-DSINGULARITY_FORCE_SUBMODULE_MODE=ON \
Expand Down

0 comments on commit 971c559

Please sign in to comment.