GHA/configure-vs-cmake: dump ./configure --help

For visual review when necessary. For the three major platforms for
symmetry and good measure.

Closes #22427
This commit is contained in:
Viktor Szakats 2026-07-29 11:25:07 +02:00
parent c7245578c3
commit c7fb986b72
No known key found for this signature in database

View file

@ -51,6 +51,7 @@ jobs:
- name: 'run configure --with-openssl'
run: |
autoreconf -fi
echo '::group::configure --help output'; ./configure --help; echo '::endgroup::'
export PKG_CONFIG_DEBUG_SPEW=1
mkdir bld-am && cd bld-am && ../configure --enable-static=no --with-openssl --without-libpsl
@ -109,6 +110,7 @@ jobs:
- name: 'run configure --with-openssl'
run: |
autoreconf -fi
echo '::group::configure --help output'; ./configure --help; echo '::endgroup::'
export PKG_CONFIG_DEBUG_SPEW=1
mkdir bld-am && cd bld-am && ../configure --enable-static=no --with-openssl --without-libpsl --disable-ldap --with-brotli --with-zstd --with-apple-sectrust
@ -161,6 +163,7 @@ jobs:
- name: 'run configure --with-schannel'
run: |
autoreconf -fi
echo '::group::configure --help output'; ./configure --help; echo '::endgroup::'
export PKG_CONFIG_DEBUG_SPEW=1
mkdir bld-am && cd bld-am && ../configure --enable-static=no --with-schannel --without-libpsl --host="${TRIPLET}"