Skip to content

Commit

Permalink
GHA/macos: disable AppleIDN for autotools in combinations jobs
Browse files Browse the repository at this point in the history
Without libidn2, AppleIDN gets enabled by default in autotools.

To remain minimal and match cmake.

Follow-up to 8de8fe8 curl#14401
  • Loading branch information
vszakats committed Aug 13, 2024
1 parent 0c4f05c commit d76389d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d76389d

Please sign in to comment.