GHA/macos: enable Apple IDN and SecTrust for combination jobs

Closes #20185
This commit is contained in:
Viktor Szakats 2026-01-05 09:57:19 +01:00
parent 20ac5531cd
commit 9f1838e965
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -673,6 +673,7 @@ jobs:
-DCURL_USE_OPENSSL=ON \
-DUSE_NGHTTP2=OFF -DUSE_LIBIDN2=OFF \
-DCURL_USE_LIBPSL=OFF -DCURL_USE_LIBSSH2=OFF \
-DUSE_APPLE_IDN=ON -DUSE_APPLE_SECTRUST=ON \
${options}
else
export CFLAGS
@ -691,6 +692,7 @@ jobs:
--with-openssl="$(brew --prefix openssl)" \
--without-nghttp2 --without-libidn2 \
--without-libpsl \
--with-apple-idn --with-apple-sectrust \
${options}
fi