From 8e7ccfd1786165fa160b78889afad724cb4d762c Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 23 Sep 2024 01:02:05 +0200 Subject: [PATCH] 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 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.3