From: Viktor Szakats Date: Sun, 22 Sep 2024 23:02:05 +0000 (+0200) Subject: CI: add missed updates to the `configure-libssh` job X-Git-Tag: curl-8_11_0~357 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e7ccfd1786165fa160b78889afad724cb4d762c;p=thirdparty%2Fcurl.git 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 71cf0d1fca9e1f53524e1545ef0c08d174458d80 #14772 Follow-up to dff66196d0bc52b53a91f59d3972769412f9639b #14975 Closes #15010 --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 264fcb5f80..594f4b4922 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: