Skip to content

Commit

Permalink
Update AMReX (#895)
Browse files Browse the repository at this point in the history
* Update AMReX.

* Add pipefail to CI.
  • Loading branch information
jrood-nrel authored Aug 8, 2023
1 parent 79be152 commit 712c728
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
run: |
echo "::add-matcher::.github/problem-matchers/gcc.json"
ccache -z
set -eu -o pipefail
cmake --build ${{runner.workspace}}/build-ci-${{matrix.build_type}} --parallel ${{env.NPROCS}} 2>&1 | \
tee -a build-output.txt
- name: Ccache Report
Expand Down Expand Up @@ -347,6 +348,7 @@ jobs:
- name: Check
working-directory: ${{runner.workspace}}/build-clang-tidy
run: |
#set -eu -o pipefail
cmake --build . --parallel ${{env.NPROCS}} 2>&1 | tee -a clang-tidy-full-report.txt
cat clang-tidy-full-report.txt | grep "warning:" | grep -v "submods" | sort | uniq | \
awk 'BEGIN{i=0}{print $0}{i++}END{print "Warnings: "i}' > clang-tidy-ci-report.txt
Expand Down
2 changes: 1 addition & 1 deletion submods/AMReX-Hydro
2 changes: 1 addition & 1 deletion submods/amrex
Submodule amrex updated 263 files

0 comments on commit 712c728

Please sign in to comment.