From: Viktor Szakats Date: Mon, 23 Sep 2024 22:02:38 +0000 (+0200) Subject: GHA/linux: enable test bundles for cmake jobs X-Git-Tag: curl-8_11_0~352 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b3a7d1e6acec994e17234bb29fb25cc6050c7d6;p=thirdparty%2Fcurl.git GHA/linux: enable test bundles for cmake jobs Test build step speed-up (3x): 18s -> 6s Follow-up to 71cf0d1fca9e1f53524e1545ef0c08d174458d80 #14772 Closes #15022 --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 221635816e..806e2f8a3e 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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 }}