Skip to content

Commit b047a43

Browse files
dscholazka
authored andcommitted
Disable the 'cygwin' GitHub workflow
It does not work at all. For example, `rpm -E %fedora` says that there should be version 33 of rpmsphere at https://github.com/rpmsphere/noarch/tree/master/r, but there is only version 32. Another thing that is broken: Cygwin now assumes that a recent mingw-w64-headers version is available, but Fedora apparently only offers v7.0.0, which is definitely too old to accommodate for the expectation of cygwin/cygwin@c1f7c4d1b6d7. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 1650471 commit b047a43

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/cygwin.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
name: cygwin
22

3-
on:
4-
push:
5-
# since master is a symbolic reference to main, don't run for both
6-
branches-ignore:
7-
- 'master'
8-
tags:
9-
- '*'
3+
on: workflow_dispatch
104

115
jobs:
126
fedora-build:

0 commit comments

Comments
 (0)