]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/linux: enable test bundles for cmake jobs
authorViktor Szakats <commit@vsz.me>
Mon, 23 Sep 2024 22:02:38 +0000 (00:02 +0200)
committerViktor Szakats <commit@vsz.me>
Tue, 24 Sep 2024 01:19:21 +0000 (03:19 +0200)
Test build step speed-up (3x): 18s -> 6s

Follow-up to 71cf0d1fca9e1f53524e1545ef0c08d174458d80 #14772
Closes #15022

.github/workflows/linux.yml

index 221635816ebadae519347e6908e5b9dd0d00f653..806e2f8a3ea0d19839d395215f273085b9868a65 100644 (file)
@@ -504,7 +504,7 @@ jobs:
       - run: |
           cmake . \
             -DCMAKE_C_COMPILER_TARGET=$(uname -m)-pc-linux-gnu -DBUILD_STATIC_LIBS=ON \
-            -DCMAKE_UNITY_BUILD=ON -DCURL_WERROR=ON \
+            -DCMAKE_UNITY_BUILD=ON -DCURL_TEST_BUNDLES=ON -DCURL_WERROR=ON \
             -DCURL_BROTLI=ON -DCURL_ZSTD=ON \
             ${{ matrix.build.generate }}
         if: ${{ matrix.build.generate }}