summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-04-19 16:31:00 +0200
committerDaniel Stenberg <daniel@haxx.se>2022-04-19 16:31:00 +0200
commitc3b27c31411e2444d79c06d0e668ba9fff7f0821 (patch)
tree44fa7c708596550af1c21c0b12569b4dd66088cf /.github
parent795ed0508497e89ab583925c3ed867f2710679b1 (diff)
downloadcurl-c3b27c31411e2444d79c06d0e668ba9fff7f0821.tar.gz
.github/workflows/macos.yml: add a libssh job with c-ares
... to enable the memdebug system Closes #8720
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macos.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index f2170af59..ae7748f9a 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -32,6 +32,10 @@ jobs:
install: nghttp2 libssh2
configure: --enable-debug --with-libssh2 --without-ssl
macosx-version-min: 10.9
+ - name: libssh-c-ares
+ install: openssl nghttp2 libssh
+ configure: --enable-debug --with-libssh --with-openssl=/usr/local/opt/openssl --enable-ares
+ macosx-version-min: 10.9
- name: libssh
install: openssl nghttp2 libssh
configure: --enable-debug --with-libssh --with-openssl=/usr/local/opt/openssl