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 <[email protected]>
  • Loading branch information
dscho committed Feb 27, 2024
1 parent d39ad7c commit dee23f4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/cygwin.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: cygwin

on:
push:
# since master is a symbolic reference to main, don't run for both
branches-ignore:
- 'master'
tags:
- '*'
on: workflow_dispatch

jobs:
fedora-build:
Expand Down

0 comments on commit dee23f4

Please sign in to comment.