]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Fix typo in No Chorba CMake option name in CI
authorNathan Moin Vaziri <nathan@nathanm.com>
Sat, 18 Apr 2026 20:49:12 +0000 (13:49 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 22 Apr 2026 09:40:20 +0000 (11:40 +0200)
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.

.github/workflows/cmake.yml

index cee45603d4217102af6b01a71556f4c6bbaaad27..5f843aa1ed2706c04d009309800f207fd42a8ba1 100644 (file)
@@ -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