From: Neil Horman Date: Wed, 26 Jun 2024 20:20:02 +0000 (-0400) Subject: Enable ipv6 use if available X-Git-Tag: openssl-3.4.0-alpha1~429 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=68c7575afc5ec33fd44c9c1c571d882d6095c8ef;p=thirdparty%2Fopenssl.git Enable ipv6 use if available Recently, it appears alpine containers added ipv6, which breaks our ipv6 ssl old tests because the perl test recipie runs the ipv6 test based on runtime availability, even if the build time selection is to disable ipv6. Fix it by modifying the os zoo ci run to enable ipv6 in the build if its available on the container Fixes #24739 Reviewed-by: Bernd Edlinger Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/24744) --- diff --git a/.github/workflows/os-zoo.yml b/.github/workflows/os-zoo.yml index cd16a778ab5..b031ce2253a 100644 --- a/.github/workflows/os-zoo.yml +++ b/.github/workflows/os-zoo.yml @@ -37,7 +37,7 @@ jobs: ref: ${{ matrix.branch }} - name: config run: | - ./config --banner=Configured no-shared -Wall -Werror enable-fips --strict-warnings -DOPENSSL_USE_IPV6=0 \ + ./config --banner=Configured no-shared -Wall -Werror enable-fips --strict-warnings \ ${EXTRA_CFLAGS} - name: config dump run: ./configdata.pm --dump