GHA: add https-rr (asyn-rr) to the alpine job
Assisted-by: Viktor Szakats Closes #16402
This commit is contained in:
parent
df5db8afaf
commit
655a4e83b7
11
.github/workflows/linux.yml
vendored
11
.github/workflows/linux.yml
vendored
@ -286,9 +286,9 @@ jobs:
|
|||||||
# Docker Hub image that `container-job` executes in
|
# Docker Hub image that `container-job` executes in
|
||||||
container: 'andy5995/slackware-build-essential:15.0'
|
container: 'andy5995/slackware-build-essential:15.0'
|
||||||
|
|
||||||
- name: Alpine MUSL
|
- name: Alpine MUSL https-rr
|
||||||
configure: --enable-debug --with-ssl --with-libssh2 --with-libidn2 --with-gssapi --enable-ldap --with-libpsl
|
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.18'
|
container: 'alpine:3.20'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 'install prereqs'
|
- name: 'install prereqs'
|
||||||
@ -323,8 +323,9 @@ jobs:
|
|||||||
- name: 'install dependencies'
|
- name: 'install dependencies'
|
||||||
if: startsWith(matrix.build.container, 'alpine')
|
if: startsWith(matrix.build.container, 'alpine')
|
||||||
run: |
|
run: |
|
||||||
apk add --no-cache build-base autoconf automake libtool perl openssl-dev libssh2-dev \
|
apk add --no-cache build-base autoconf automake libtool perl openssl-dev \
|
||||||
zlib-dev brotli-dev zstd-dev libidn2-dev openldap-dev heimdal-dev libpsl-dev \
|
libssh2-dev zlib-dev brotli-dev zstd-dev libidn2-dev openldap-dev \
|
||||||
|
heimdal-dev libpsl-dev c-ares-dev \
|
||||||
py3-impacket py3-asn1 py3-six py3-pycryptodomex \
|
py3-impacket py3-asn1 py3-six py3-pycryptodomex \
|
||||||
perl-time-hires openssh stunnel sudo git
|
perl-time-hires openssh stunnel sudo git
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user