From: Daniel Stenberg Date: Tue, 19 Apr 2022 14:31:00 +0000 (+0200) Subject: .github/workflows/macos.yml: add a libssh job with c-ares X-Git-Tag: curl-7_83_0~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3b27c31411e2444d79c06d0e668ba9fff7f0821;p=thirdparty%2Fcurl.git .github/workflows/macos.yml: add a libssh job with c-ares ... to enable the memdebug system Closes #8720 --- diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index f2170af598..ae7748f9a5 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