Skip to content

Commit

Permalink
Try patching out the cygport case test
Browse files Browse the repository at this point in the history
  • Loading branch information
me-and committed Oct 17, 2023
1 parent 25284fb commit db745be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
with:
packages: ${{ env.BUILD_REQUIRES }}
timeout-minutes: 30
- name: Experimentally patch cygport
run: |
printf '::warning::Using patched cygport\n'
sed -i.bku 's/\$OSTYPE = "cygwin"/\$OSTYPE = "NoThanks"/' /usr/bin/cygport
diff -u /usr/bin/cygport /usr/bin/cygport.bku
rm /usr/bin/cygport.bku
- name: Generate cygcheck output
if: always()
run: cygcheck -srv >/var/log/cygcheck.out
Expand Down

0 comments on commit db745be

Please sign in to comment.