mirror of
https://github.com/curl/curl.git
synced 2025-09-04 11:24:59 +03:00
parent
e47a94228f
commit
17ab4d62e6
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue
Block a user