Skip to content

Commit e7475a1

Browse files
committed
cygwin: disable CI until cygwin fix signal handling
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.
1 parent 6806ac9 commit e7475a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/testsuite.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,13 +563,14 @@ jobs:
563563
# | (__| |_| | (_| |\ V V /| | | | |
564564
# \___|\__, |\__, | \_/\_/ |_|_| |_|
565565
# |___/ |___/
566+
# disabled until cygwin get a signal handling fix out
566567
567568
cygwin:
568569
name: "cygwin"
569570
runs-on: windows-2019
570571
timeout-minutes: 120
571572
needs: sanity_check
572-
if: (! cancelled() && (needs.sanity_check.outputs.run_all_jobs == 'true' || needs.sanity_check.outputs.ci_force_cygwin == 'true'))
573+
if: (! cancelled() && (needs.sanity_check.outputs.ci_force_cygwin == 'true'))
573574
574575
steps:
575576
# we use Cygwin git, so no need to configure git here.

0 commit comments

Comments
 (0)