From 06a83340b132e7428c6d5a714d017d87462b0890 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 20 Mar 2026 14:08:22 +0100 Subject: [PATCH] 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: https://github.com/curl/curl-for-win/commit/61a73541201692136af12548737781f79f1ecd64 Closes #21032 --- .github/workflows/curl-for-win.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/curl-for-win.yml b/.github/workflows/curl-for-win.yml index c37f1d2ffb..8f12c63a57 100644 --- a/.github/workflows/curl-for-win.yml +++ b/.github/workflows/curl-for-win.yml @@ -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