From d76389d82f218b8217a15ba11554d60d5cd53c73 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 13 Aug 2024 13:28:48 +0200 Subject: [PATCH] GHA/macos: disable AppleIDN for autotools in combinations jobs Without libidn2, AppleIDN gets enabled by default in autotools. To remain minimal and match cmake. Follow-up to 8de8fe8c98309c8b6183b22cc2e209ce4648173b #14401 --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 14e307549f92e7..75bf11df09dacd 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -585,7 +585,7 @@ jobs: mkdir bld && cd bld && ../configure --enable-warnings --enable-werror \ --disable-dependency-tracking \ --disable-docs --disable-manual \ - --without-nghttp2 --without-libidn2 \ + --without-nghttp2 --without-libidn2 --without-apple-idn \ --without-libpsl \ ${options} else