Skip to content

Commit

Permalink
Disable the 'cygwin' GitHub workflow
Browse files Browse the repository at this point in the history
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 <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed May 13, 2022
1 parent b911cd8 commit f9fe9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cygwin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cygwin

on: push
on: workflow_dispatch

jobs:
fedora-build:
Expand Down

0 comments on commit f9fe9e6

Please sign in to comment.