CI: add missed updates to the configure-libssh job

Disable dependency tracking and enable unity + test bundles for
the `configure-libssh` job that was missed in earlier commits.

Follow-up to 71cf0d1fca #14772
Follow-up to dff66196d0 #14975

Closes #15010
This commit is contained in:
Viktor Szakats 2024-09-23 01:02:05 +02:00
parent 7b75bd52f6
commit 8e7ccfd178
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -76,7 +76,7 @@ commands:
- run: - run:
command: | command: |
autoreconf -fi autoreconf -fi
./configure --enable-warnings --enable-werror --with-openssl --with-libssh \ ./configure --disable-dependency-tracking --enable-unity --enable-test-bundles --enable-warnings --enable-werror --with-openssl --with-libssh \
|| { tail -1000 config.log; false; } || { tail -1000 config.log; false; }
install-wolfssl: install-wolfssl: