mirror of
https://github.com/curl/curl.git
synced 2026-07-29 06:33:07 +03:00
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
This commit is contained in:
parent
fc8e0dee30
commit
4521eac45a
12 changed files with 28 additions and 26 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
|
@ -74,6 +74,7 @@ jobs:
|
|||
--enable-websockets \
|
||||
--with-openssl \
|
||||
--with-libssh2 \
|
||||
--disable-dependency-tracking \
|
||||
${{ matrix.config }} || { tail -n 1200 config.log; false; }
|
||||
|
||||
- name: 'autotools build'
|
||||
|
|
@ -200,6 +201,7 @@ jobs:
|
|||
--enable-websockets \
|
||||
--with-openssl \
|
||||
--with-libssh2 \
|
||||
--disable-dependency-tracking \
|
||||
${{ matrix.config }} || { tail -n 1200 config.log; false; }
|
||||
|
||||
- name: 'autotools build'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue