]> git.ipfire.org Git - thirdparty/curl.git/commit
GHA/windows: boost dl-mingw and cygwin install performance
authorViktor Szakats <commit@vsz.me>
Sun, 23 Mar 2025 21:42:29 +0000 (22:42 +0100)
committerViktor Szakats <commit@vsz.me>
Mon, 24 Mar 2025 11:37:44 +0000 (12:37 +0100)
commit468bfc26183cc4e65b2494acf82d256571cb8178
treed99e73455f5c877682fb57fe2805f25f00e9b61d
parent5cce329873ced8593a1b43c8c3086ef74f56206b
GHA/windows: boost dl-mingw and cygwin install performance

Install on drive `D:` which has much better write performance than `C:`,
on GitHub Windows runner machines.

- It's bringing down `dl-mingw` installation steps to 5-15s per job,
  from 15s-130s before this patch.

- Saving 30-90s per job in the Cygwin install step.

The before values were fluctuating, but it seems reasonable to expect
saving at least a couple of minutes for each workflow run.

Closes #16813
.github/workflows/windows.yml