GHA/curl-for-win: enable c-ares with HTTPS-RR in an existing job

c-ares builds have been sped up within curl-for-win using, pre-fills. It
allows building it with acceptable performance, making it practical to
use it, alongside HTTPS-RR, in curl CI and possibly in curl-for-win. It
has been enabled in its dev branch for a while.

Ref: 61a7354120

Closes #21032
This commit is contained in:
Viktor Szakats 2026-03-20 14:08:22 +01:00
parent e09a7b83d6
commit 06a83340b1
No known key found for this signature in database

View file

@ -122,7 +122,7 @@ jobs:
sh -c ./_ci-linux-debian.sh
mac-clang:
name: 'macOS clang (x86_64)'
name: 'macOS clang cares (x86_64)'
runs-on: macos-latest
timeout-minutes: 10
env:
@ -137,7 +137,7 @@ jobs:
run: |
git clone --depth 1 https://github.com/curl/curl-for-win
mv curl-for-win/* .
export CW_CONFIG='-main-werror-unitybatch-mac-x64'
export CW_CONFIG='-main-werror-cares-unitybatch-mac-x64'
export CW_REVISION="${GITHUB_SHA}"
sh -c ./_ci-mac-homebrew.sh