Skip to content

Commit

Permalink
Fix Conda CI (#1651)
Browse files Browse the repository at this point in the history
Fixed by "-Wno-error=stringop-overread" flag to avoid Werror behavior
  • Loading branch information
franzpoeschel authored Jul 17, 2024
1 parent 1e3240b commit 7efa3b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,8 @@ jobs:
share/openPMD/download_samples.sh build
cmake -S . -B build \
-DCMAKE_CXX_FLAGS="-Wno-error=stringop-overread" \
-DCMAKE_C_FLAGS="-Wno-error=stringop-overread" \
-DopenPMD_USE_PYTHON=ON \
-DopenPMD_USE_MPI=ON \
-DopenPMD_USE_HDF5=ON \
Expand Down

0 comments on commit 7efa3b7

Please sign in to comment.