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 to71cf0d1fca#14772 Follow-up todff66196d0#14975 Closes #15010
This commit is contained in:
parent
7b75bd52f6
commit
8e7ccfd178
@ -76,7 +76,7 @@ commands:
|
||||
- run:
|
||||
command: |
|
||||
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; }
|
||||
|
||||
install-wolfssl:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user