Skip to content

Commit

Permalink
Merge branch 'balay/ci-clang-strict-petscerrorcode' into 'main'
Browse files Browse the repository at this point in the history
CI: add --with-strict-petscerrorcode to stage-1 clang job

See merge request petsc/petsc!7345
  • Loading branch information
balay committed Mar 9, 2024
2 parents f15dbde + f240d6e commit 5c225c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ c99-mlib-static-py:
clang-uni:
extends: .stage-1
variables:
CONFIG_OPTS: --with-cc=clang --with-cxx=clang++ --with-mpi=0
CONFIG_OPTS: --with-cc=clang --with-cxx=clang++ --with-mpi=0 --with-strict-petscerrorcode
TEST_SEARCH: snes_tutorials-ex48%

petsc4py-install:
Expand Down

0 comments on commit 5c225c8

Please sign in to comment.