From cf8d47d6011937b60769f9ca4cc72c1fc922ccef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20P=C3=B6schel?= Date: Wed, 17 Jul 2024 14:51:21 +0200 Subject: [PATCH 1/2] Empty commit to trigger the CI failure From 029f11f5228ffc083e3883a350b2d893939b40b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20P=C3=B6schel?= Date: Wed, 17 Jul 2024 14:56:29 +0200 Subject: [PATCH 2/2] Try disabling this specific werror flag --- .github/workflows/linux.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 7fccc7a12b..ce3bb88ade 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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 \