mirror of
https://github.com/curl/curl.git
synced 2026-07-12 06:57:15 +03:00
GHA/configure-vs-cmake: drop disabling dependency tracking [ci skip]
Recently added, but it's not saving anything at the configure stage,
the only stage in this workflow.
Follow-up to aaacd02466 #14678
This commit is contained in:
parent
8132b170dc
commit
4a0061697e
1 changed files with 3 additions and 3 deletions
6
.github/workflows/configure-vs-cmake.yml
vendored
6
.github/workflows/configure-vs-cmake.yml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
- name: run configure --with-openssl
|
||||
run: |
|
||||
autoreconf -fi
|
||||
./configure --disable-dependency-tracking --with-openssl --without-libpsl
|
||||
./configure --with-openssl --without-libpsl
|
||||
|
||||
- name: run cmake
|
||||
run: |
|
||||
|
|
@ -58,7 +58,7 @@ jobs:
|
|||
- name: run configure --with-openssl
|
||||
run: |
|
||||
autoreconf -fi
|
||||
./configure --disable-dependency-tracking --with-openssl --without-libpsl
|
||||
./configure --with-openssl --without-libpsl
|
||||
|
||||
- name: run cmake
|
||||
run: |
|
||||
|
|
@ -82,7 +82,7 @@ jobs:
|
|||
- name: run configure --with-schannel
|
||||
run: |
|
||||
autoreconf -fi
|
||||
./configure --disable-dependency-tracking --with-schannel --without-libpsl --host=${TRIPLET}
|
||||
./configure --with-schannel --without-libpsl --host=${TRIPLET}
|
||||
|
||||
- name: run cmake
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue