]> git.ipfire.org Git - thirdparty/curl.git/commit
CI: disable dependency tracking in most autotools builds
authorViktor Szakats <commit@vsz.me>
Mon, 27 May 2024 13:19:35 +0000 (15:19 +0200)
committerViktor Szakats <commit@vsz.me>
Mon, 27 May 2024 20:25:14 +0000 (22:25 +0200)
commit4521eac45aedf7a1d50f70eca5fbdbefdcb09942
tree9ea1ad8dea8a43e94f06e48399d80e46e7492734
parentfc8e0dee3045658f293452121f5290d81ba3aa1e
CI: disable dependency tracking in most autotools builds

For better build performance. Dependency tracking causes a build
overhead while compiling to help a subsequent build, but in CI there is
never one and the extra work is discarded.

Closes #13794
12 files changed:
.azure-pipelines.yml
.cirrus.yml
.github/workflows/awslc.yml
.github/workflows/linux.yml
.github/workflows/linux32.yml
.github/workflows/macos.yml
.github/workflows/ngtcp2-linux.yml
.github/workflows/osslq-linux.yml
.github/workflows/quiche-linux.yml
.github/workflows/torture.yml
.github/workflows/windows.yml
.github/workflows/wolfssl.yml