]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/macos: switch one H3 pytest job to cmake
authorViktor Szakats <commit@vsz.me>
Wed, 7 Jan 2026 16:10:20 +0000 (17:10 +0100)
committerViktor Szakats <commit@vsz.me>
Wed, 7 Jan 2026 16:34:57 +0000 (17:34 +0100)
To:
- see if build tool makes a difference for flaky 8x pytest slowdowns.
- to make this job finished faster.

`curl -V`, number of runtests (1793) and pytests (568/159) verified
to remain the same.

Closes #20211

.github/workflows/macos.yml

index 0a0f25b20f48e176f6744393cd5e22e21e7092b6..4be86850f1f6200b4c881dedbb9307bbdc28d355 100644 (file)
@@ -263,7 +263,7 @@ jobs:
             compiler: clang
             install: libnghttp3 libngtcp2
             install_steps: pytest
-            configure: --enable-debug --with-openssl=/opt/homebrew/opt/openssl --with-ngtcp2
+            generate: -DENABLE_DEBUG=ON -DOPENSSL_ROOT_DIR=/opt/homebrew/opt/openssl -DUSE_NGTCP2=ON -DCURL_BROTLI=OFF -DCURL_ZSTD=OFF -DCURL_USE_LIBSSH2=OFF
             macos-version-min: '10.15'
           - name: 'OpenSSL SecTrust'
             compiler: clang