From 759dea96b607a74dbfa88ea8bb2a4fd669f99498 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 6 Jul 2025 02:02:10 +0200 Subject: [PATCH] re-enable unity for Alpine RR/c-ares job, add !debug job for testing finalize Alpine configs - formatting: tidy-up option order and job name. - enable unity mode again for the RR c-ares job. Follow-up to 17ab4d62e62bd3bfb6dbf6cb51460629f21c03e7 #16413 --- .github/workflows/linux.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 42e518d8c5..75de937da7 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -286,11 +286,11 @@ jobs: container: 'andy5995/slackware-build-essential:15.0' - name: 'Alpine MUSL https-rr' - configure: --enable-debug --with-ssl --with-libssh2 --with-libidn2 --with-gssapi --enable-ldap --with-libpsl --enable-threaded-resolver --enable-ares --enable-httpsrr + configure: --enable-debug --with-ssl --with-libssh2 --with-libidn2 --with-gssapi --enable-ldap --with-libpsl --enable-httpsrr --enable-ares --enable-threaded-resolver 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 + - name: 'Alpine MUSL https-rr c-ares' + configure: --enable-debug --with-ssl --with-libssh2 --with-libidn2 --with-gssapi --enable-ldap --with-libpsl --enable-httpsrr --enable-ares --disable-threaded-resolver container: 'alpine:3.20' steps: