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 8de8fe8c98 #14401
This commit is contained in:
parent
0c4f05c6ee
commit
d76389d82f
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user