]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA: add a build with c-ares + HTTP-RR on Alpine
authorDaniel Stenberg <daniel@haxx.se>
Fri, 21 Feb 2025 07:19:18 +0000 (08:19 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 21 Feb 2025 15:43:22 +0000 (16:43 +0100)
Closes #16413

.github/workflows/linux.yml

index d1d6b318650f4b9b73b8e8208f30072e0a211b01..7c55da9c6e0ddfa1dd98351e5183092837192500 100644 (file)
@@ -290,6 +290,10 @@ jobs:
             configure: --enable-debug --with-ssl --with-libssh2 --with-libidn2 --with-gssapi --enable-ldap --with-libpsl --enable-threaded-resolver --enable-ares --enable-httpsrr
             container: 'alpine:3.20'
 
+          - name: Alpine MUSL c-ares https-rr
+            configure: --enable-debug --with-ssl --with-libssh2 --with-libidn2 --with-gssapi --enable-ldap --with-libpsl --disable-threaded-resolver --enable-ares --enable-httpsrr --disable-unity
+            container: 'alpine:3.20'
+
     steps:
       - name: 'install prereqs'
         if: matrix.build.container == null && !contains(matrix.build.name, 'i686')