From: Viktor Szakats Date: Tue, 13 Aug 2024 11:28:48 +0000 (+0200) Subject: GHA/macos: disable AppleIDN for autotools in combinations jobs X-Git-Tag: curl-8_10_0~275 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d76389d82f218b8217a15ba11554d60d5cd53c73;p=thirdparty%2Fcurl.git 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 --- diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 14e307549f..75bf11df09 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