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
Use a working setup-ruby action on Windows to get CI green
New packages for ucrt64 gcc chain were uploaded to
https://github.com/ruby/setup-msys2-gcc/releases/tag/msys2-gcc-pkgs
recently and they seem to have broken extension compilation on Windows.
There's a new rewrite of the action (unsure if related of unrelated to
this issue) that makes it easier to pin to older version of the gcc
chain. So this uses a fork of that rewrite that pins to gcc chain to the
last working version.
So switch to that for now to get our CI back to green.
# * Go back to ruby/setup-ruby once https://github.com/ruby/setup-ruby/pull/762 is released
62
+
# * Figure out regression in gcc packages, my fork is pinned to https://github.com/ntkme/setup-msys2-gcc/releases/tag/v20250509.003447 because newer releases break our tests for some reason
# * Go back to ruby/setup-ruby once https://github.com/ruby/setup-ruby/pull/762 is released
122
+
# * Figure out regression in gcc packages, my fork is pinned to https://github.com/ntkme/setup-msys2-gcc/releases/tag/v20250509.003447 because newer releases break our tests for some reason
0 commit comments