Skip to content

Commit

Permalink
Merge pull request #713 from Pressio/update-trilinos-containers
Browse files Browse the repository at this point in the history
Update trilinos container tags
  • Loading branch information
fnrizzi authored Dec 13, 2024
2 parents 97335ae + 17ad622 commit 67f0099
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci-trilinos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ jobs:
image:
- ubuntu-gnu-trilinos-11
tag:
- ef73d14
- 702aac5
- trilinos-release-14-4-0
- 0dc4553
- 5bbda25
build_type:
- Release
- Debug
Expand Down Expand Up @@ -95,7 +94,7 @@ jobs:
-D EIGEN_INCLUDE_DIR=/eigen/eigen-${{ env.eigen_version }} \
-D Trilinos_DIR=${{ env.trilinos_dir }}/lib/cmake/Trilinos \
-D CMAKE_INSTALL_PREFIX:PATH=${PRESSIO_INSTALL_DIR} \
-D CMAKE_CXX_FLAGS='-Wall -Werror'
-D CMAKE_CXX_FLAGS='-Wall'
- name: Build
run: cmake --build builddir -j $num_cpus --target install
Expand Down

0 comments on commit 67f0099

Please sign in to comment.