mirror of
https://github.com/curl/curl.git
synced 2026-08-09 21:44:26 +03:00
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:
parent
e09a7b83d6
commit
06a83340b1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/curl-for-win.yml
vendored
4
.github/workflows/curl-for-win.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue