]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/macos: disable AppleIDN for autotools in combinations jobs
authorViktor Szakats <commit@vsz.me>
Tue, 13 Aug 2024 11:28:48 +0000 (13:28 +0200)
committerViktor Szakats <commit@vsz.me>
Tue, 13 Aug 2024 11:35:34 +0000 (13:35 +0200)
Without libidn2, AppleIDN gets enabled by default in autotools.

To remain minimal and match cmake.

Follow-up to 8de8fe8c98309c8b6183b22cc2e209ce4648173b #14401

.github/workflows/macos.yml

index 14e307549f92e78a28f0d50ce71dae0ab844a9a0..75bf11df09dacd47e166e54dc7cd5420be0c4f45 100644 (file)
@@ -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