You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why to do this:
- It fails with no reason and hides real compilation problems
- MSYS2 was not supported until lately, and is a marginal platform. It makes no sense do such an exhaustive check for a platform seldom used.
- Takes a long time.
- Cygwin and msys2 are greately superseeded by wsl.
- Visual studio is more tested and preferred, Community edition is free.
So, I delete entirely all MSYS2 checks. If compelling reasons to incorporate those are found, version control of git is our friend.
Description / Steps to reproduce the issue
LittleCMS2 CI matrix would intermittently fail on
meson" "--internal" "symbolextractor"
. Latest example: https://github.com/mm2/Little-CMS/actions/runs/4440155149This is regardless of MSYS2 environment or static vs shared build.
As a consequence, the maintainer decided to remove MSYS2 from CI and supported platforms.
Expected behavior
Every meson run is successful.
Actual behavior
Random failure, seemingly without any pattern.
Verification
Windows Version
MINGW32_NT-10.0-20348
MINGW environments affected
Are you willing to submit a PR?
No
The text was updated successfully, but these errors were encountered: