Skip to content

Commit

Permalink
Add output of full log on error and add verbosity to HiOp build.
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronrutherford committed Sep 13, 2024
1 parent fb41bde commit a257819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spack_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
run: spack -e . concretize --fresh

- name: Install
run: spack -e . install --no-check-signature --fail-fast --keep-stage
run: spack -e . install --no-check-signature --fail-fast --keep-stage --show-log-on-error --verbose

- name: Test Build
run: cd $(spack -e . location --build-dir hiop@develop) && ctest -VV
Expand Down

0 comments on commit a257819

Please sign in to comment.