This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/566-introduce-clang-tidy-setup in repository https://gitbox.apache.org/repos/asf/celix.git
commit 3612b36443f19e48dddf3ffb8bb2dcc5a3606e00 Author: Pepijn Noltes <[email protected]> AuthorDate: Tue Feb 10 08:42:42 2026 +0100 gh-566: Disable gcc static analyzer due to ci oom issues --- .github/workflows/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 1b8e5ae8e..9ffa48867 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -147,7 +147,7 @@ jobs: -DCMAKE_BUILD_TYPE=${{ matrix.type }} -DENABLE_CCACHE=ON -DCMAKE_POLICY_VERSION_MINIMUM=3.5 - -DENABLE_GCC_ANALYZER=${{matrix.type == 'RelWithDebInfo' && 'ON' || 'OFF'}} + -DENABLE_GCC_ANALYZER=OFF -G Ninja run: | mkdir build install
