GHA/linux: enable test bundles for cmake jobs

Test build step speed-up (3x): 18s -> 6s

Follow-up to 71cf0d1fca #14772
Closes #15022
This commit is contained in:
Viktor Szakats 2024-09-24 00:02:38 +02:00
parent 4619b4103b
commit 9b3a7d1e6a
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -504,7 +504,7 @@ jobs:
- run: | - run: |
cmake . \ cmake . \
-DCMAKE_C_COMPILER_TARGET=$(uname -m)-pc-linux-gnu -DBUILD_STATIC_LIBS=ON \ -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 \ -DCURL_BROTLI=ON -DCURL_ZSTD=ON \
${{ matrix.build.generate }} ${{ matrix.build.generate }}
if: ${{ matrix.build.generate }} if: ${{ matrix.build.generate }}