mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:53:37 +03:00
GHA: move Cygwin jobs back into the Windows workflow
Cygwin jobs took 30 minutes and was the reason for moving them to their own workflow. After recent changes, they finish in 8 minutes, which is on par or lower than the longest Windows jobs. Thus, Cygwin can now be moved back to the Windows workflow without causing extra wait for all the workflow jobs to complete (and allowing a manual retry for the remaining flaky jobs). Notice that Cygwin still uses the cygwin/cygwin-install-action action to install Cygwin itself. This action uses no caching and the time it takes fluctuates widely depending on mirror speed, congestion and other things. If Cygwin tends to hold up jobs again for this or other reasons, this patch may be reverted. Follow-up to80a8e24956#15083 Follow-up to2d8464c4cb#14366 Closes #15086
This commit is contained in:
parent
7bc653a1d6
commit
aed3f02317
3 changed files with 148 additions and 186 deletions
1
.github/labeler.yml
vendored
1
.github/labeler.yml
vendored
|
|
@ -526,7 +526,6 @@ Windows:
|
|||
- changed-files:
|
||||
- any-glob-to-all-files: "{\
|
||||
appveyor.*,\
|
||||
.github/workflows/cygwin.yml,\
|
||||
.github/workflows/windows.yml,\
|
||||
CMake/Platforms/WindowsCache.cmake,\
|
||||
lib/*win32*,\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue