Skip to content

Commit

Permalink
Revert "cygwin: disable CI until cygwin fix signal handling"
Browse files Browse the repository at this point in the history
Cygwin 3.5.6 has been released.

3.5.6 has it's own problems, but they don't appear to have an effect
on our tests.

This reverts commit e7475a1.
  • Loading branch information
tonycoz committed Jan 29, 2025
1 parent 71404d3 commit c7c038a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -563,14 +563,13 @@ jobs:
# | (__| |_| | (_| |\ V V /| | | | |
# \___|\__, |\__, | \_/\_/ |_|_| |_|
# |___/ |___/
# disabled until cygwin get a signal handling fix out
cygwin:
name: "cygwin"
runs-on: windows-2019
timeout-minutes: 120
needs: sanity_check
if: (! cancelled() && (needs.sanity_check.outputs.ci_force_cygwin == 'true'))
if: (! cancelled() && (needs.sanity_check.outputs.run_all_jobs == 'true' || needs.sanity_check.outputs.ci_force_cygwin == 'true'))
steps:
# we use Cygwin git, so no need to configure git here.
Expand Down

0 comments on commit c7c038a

Please sign in to comment.