Skip to content

Commit 54ab496

Browse files
committed
CI: macOS w/ -Werror Again
Add `-Werror` back to macOS CI. Was temporarily disabled until AMReX-Codes/pyamrex#453 landed in ImpactX.
1 parent 636ec29 commit 54ab496

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/macos.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
export CCACHE_SLOPPINESS=time_macros
6464
ccache -z
6565
66+
export CXXFLAGS="-Werror -Wno-error=pass-failed"
67+
6668
cmake -S . -B build \
6769
-DCMAKE_VERBOSE_MAKEFILE=ON \
6870
-DImpactX_FFT=ON \

0 commit comments

Comments
 (0)