]> git.ipfire.org Git - thirdparty/openssl.git/commit
Enable ipv6 use if available
authorNeil Horman <nhorman@openssl.org>
Wed, 26 Jun 2024 20:20:02 +0000 (16:20 -0400)
committerTomas Mraz <tomas@openssl.org>
Fri, 28 Jun 2024 09:17:59 +0000 (11:17 +0200)
commit68c7575afc5ec33fd44c9c1c571d882d6095c8ef
tree5039acfb7a5c9538a49a885120c6668cdd8e0648
parent940059d545981017fffba9e8eeb9e52ee7f4cda0
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 <bernd.edlinger@hotmail.de>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24744)
.github/workflows/os-zoo.yml