From: Nathan Moin Vaziri Date: Sat, 18 Apr 2026 20:49:12 +0000 (-0700) Subject: Fix typo in No Chorba CMake option name in CI X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b092c02058bc896fc73d319793fbe96a889f3a24;p=thirdparty%2Fzlib-ng.git Fix typo in No Chorba CMake option name in CI The 'Ubuntu GCC No Chorba' matrix entry was passing -DWITH_CHORBA=OFF since its introduction in 9d4af458, but the actual CMake option is named WITH_CRC32_CHORBA. --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index cee45603d..5f843aa1e 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -88,7 +88,7 @@ jobs: os: ubuntu-latest compiler: gcc cxx-compiler: g++ - cmake-args: -DWITH_CHORBA=OFF + cmake-args: -DWITH_CRC32_CHORBA=OFF coverage: ubuntu_gcc_no_chorba - name: Ubuntu GCC SSE2 UBSAN