mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 08:38:23 +00:00
Revert "cygwin: disable CI until cygwin fix signal handling"
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 e7475a138717d483c65c97815b6266e23f55f0ed.
This commit is contained in:
parent
71404d33b1
commit
c7c038ace7
3
.github/workflows/testsuite.yml
vendored
3
.github/workflows/testsuite.yml
vendored
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user