]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
.github/workflows/macos.yml: add a libssh job with c-ares
authorDaniel Stenberg <daniel@haxx.se>
Tue, 19 Apr 2022 14:31:00 +0000 (16:31 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 19 Apr 2022 14:31:00 +0000 (16:31 +0200)
... to enable the memdebug system

Closes #8720

.github/workflows/macos.yml

index f2170af5984b6b6822420b3c19f17ad529f6cc8a..ae7748f9a59bb27d77c83c0f5542a89412cdd4d2 100644 (file)
@@ -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