]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CI: add missed updates to the `configure-libssh` job
authorViktor Szakats <commit@vsz.me>
Sun, 22 Sep 2024 23:02:05 +0000 (01:02 +0200)
committerViktor Szakats <commit@vsz.me>
Sun, 22 Sep 2024 23:08:20 +0000 (01:08 +0200)
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

index 264fcb5f80d115c39685df723dd64353be910319..594f4b49228488dbdf278ee51d44ce6f079c1f3c 100644 (file)
@@ -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: