]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/macos: drop options no longer necessary
authorViktor Szakats <commit@vsz.me>
Mon, 26 Aug 2024 13:55:46 +0000 (15:55 +0200)
committerViktor Szakats <commit@vsz.me>
Mon, 26 Aug 2024 14:31:46 +0000 (16:31 +0200)
Follow-up to 7673c1292955f1c4dc0d19acd3051b5acfb349aa #14674

Closes #14693

.github/workflows/macos.yml

index f367d8bfd281b4456ba4526a1c039fe4ca17fdee..a507ee20b00efe7b8579814716d4ddf40547096b 100644 (file)
@@ -609,7 +609,7 @@ jobs:
             mkdir bld && cd bld && ../configure --enable-warnings --enable-werror \
               --disable-dependency-tracking \
               --disable-docs --disable-manual \
-              --without-nghttp2 --without-libidn2 --without-apple-idn \
+              --without-nghttp2 --without-libidn2 \
               --without-libpsl \
               ${options}
           else
@@ -621,7 +621,7 @@ jobs:
               "-DCMAKE_IGNORE_PREFIX_PATH=$(brew --prefix)" \
               "-DCMAKE_C_COMPILER_TARGET=$(uname -m | sed 's/arm64/aarch64/')-apple-darwin$(uname -r)" \
               -DBUILD_LIBCURL_DOCS=OFF -DBUILD_MISC_DOCS=OFF -DENABLE_CURL_MANUAL=OFF \
-              -DUSE_NGHTTP2=OFF -DUSE_LIBIDN2=OFF -DUSE_APPLE_IDN=OFF \
+              -DUSE_NGHTTP2=OFF -DUSE_LIBIDN2=OFF \
               -DCURL_USE_LIBPSL=OFF -DCURL_USE_LIBSSH2=OFF \
               ${options}
           fi