Skip to content

Commit

Permalink
CI: Ascent + Conduit (AMReX-Codes#3639)
Browse files Browse the repository at this point in the history
## Summary

For some reason, `AMReX_ASCENT` does not trigger `AMReX_CONDUIT` to be
set, too.

cc @cyrush 

## Additional background

X-ref: AMReX-Codes#3350
  • Loading branch information
ax3l authored and guj committed Dec 13, 2023
1 parent e72f11c commit 839836f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ascent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
-DCMAKE_BUILD_TYPE=Debug \
-DAMReX_ENABLE_TESTS=ON \
-DAMReX_FORTRAN=OFF \
-DAMReX_ASCENT=ON
-DAMReX_ASCENT=ON \
-DAMReX_CONDUIT=ON
- name: Build
run: |
. /ascent_docker_setup_env.sh
Expand Down

0 comments on commit 839836f

Please sign in to comment.