hpi-swa / smalltalkCI

Framework for testing Smalltalk projects with GitHub Actions, GitLab CI, Travis CI, AppVeyor, and others.
MIT License
94 stars 68 forks source link

Fix or remove AppVeyor builds for this repo #573

Closed LinqLover closed 1 year ago

LinqLover commented 1 year ago

These failing builds from AppVeyor are permanently taking the joy of a green bar from us and make it harder (at least for me) to determine whether a build actually failed on any relevant platform:

image

Since to my knowledge, AppVeyor is not used any longer in this project and is dealing with some very weird McAffee signature problems, disabling it would probably be the best option.

I'd be happy to offer to help with this as well as I can, but likely this requires admin access to the repo. Is it possible for you to disable AppVeyor anywhere on its homepage or to remove it from the webhooks page of the repository, from the installations page of the repository, or from your user-wide applications page?

See also https://github.com/keaven/gsDesign/issues/26, https://github.com/pypa/setuptools/issues/2499, or https://github.com/appveyor/ci/issues/3585.

fniephaus commented 1 year ago

I have disabled AppVeyor builds. Technically, it should still be possible to run smalltalkCI builds on it, but their setup has changed and I don't have the capacity to update things. If someone is willing to work on it, please feel free to get in touch or open a PR. But for now, let's focus on GHA.

LinqLover commented 1 year ago

Thank you, it looks so beautiful now! :D

image

fniephaus commented 1 year ago

Thanks for helping clean that up! 🙂