]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
workflows/macos: add a job using gcc + debug + secure transport
authorDaniel Stenberg <daniel@haxx.se>
Fri, 19 May 2023 21:43:55 +0000 (23:43 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 21 May 2023 12:02:31 +0000 (14:02 +0200)
.github/workflows/macos.yml

index 90b75e6ccaa1b6593ae21577cf8392ce3d2dc3e8..f3861f0a7619f54221666df18e3effc3e5283f3d 100644 (file)
@@ -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