From: Daniel Stenberg Date: Fri, 19 May 2023 21:43:55 +0000 (+0200) Subject: workflows/macos: add a job using gcc + debug + secure transport X-Git-Tag: curl-8_1_1~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7a48ebc08fa8c9cb501c0c3244ac724d5d7b5684;p=thirdparty%2Fcurl.git workflows/macos: add a job using gcc + debug + secure transport --- diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 90b75e6cca..f3861f0a76 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -83,6 +83,9 @@ jobs: install: nghttp2 configure: --enable-debug --with-secure-transport macosx-version-min: 10.8 + - name: gcc SecureTransport + configure: CC=gcc-12 --enable-debug --with-secure-transport + macosx-version-min: 10.8 - name: OpenSSL http2 install: nghttp2 openssl configure: --enable-debug --with-openssl=/usr/local/opt/openssl