Skip to content

Commit

Permalink
cygwin: disable CI until cygwin fix signal handling
Browse files Browse the repository at this point in the history
cygwin 3.5.5 broke signal handling and broke CI.

To reduce noise disable cygwin CI for now.

Given the way the universe works, cygwin will be fixed immediately
after this is applied to blead.
  • Loading branch information
tonycoz committed Jan 12, 2025
1 parent 6806ac9 commit 87a5f13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -563,13 +563,14 @@ 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.run_all_jobs == 'true' || needs.sanity_check.outputs.ci_force_cygwin == 'true'))
if: (! cancelled() && (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 87a5f13

Please sign in to comment.