]> git.ipfire.org Git - thirdparty/curl.git/commit
GHA: disable autotools static libcurl in many jobs
authorViktor Szakats <commit@vsz.me>
Fri, 2 Jan 2026 16:45:09 +0000 (17:45 +0100)
committerViktor Szakats <commit@vsz.me>
Fri, 2 Jan 2026 21:39:28 +0000 (22:39 +0100)
commitd057b705fdb44b2df99ce6fc6ffb8f2a3530755a
tree25e12133ae59022a6e28e29f578045348c1256a2
parent7e08d56c23bab0ae80ff9378d97fa854da80334b
GHA: disable autotools static libcurl in many jobs

To avoid building libcurl in both static and shared flavor by default.
It results in 1.5-2.x speed-up for the curl build step in most jobs.
Saving a total of 6-7 minutes. In the Cygwin job alone it saves 1-1.5m.

Also:
- enable static + shared in a Windows job to keep testing this combo.

Follow-up to ff958fc4b2c606d70de8dbfe083bee98896c0072 #20159

Closes #20167
.github/workflows/http3-linux.yml
.github/workflows/linux-old.yml
.github/workflows/linux.yml
.github/workflows/macos.yml
.github/workflows/non-native.yml
.github/workflows/windows.yml