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
The problem is that the tests run exe/byebug directly. The fix for us was quite easy by enabling the behavior you have reserved for Windows only: run the script and precede it with the correct ruby binary. We applied this small patch. Maybe this is suitable for upstream as well (I actually don't see any harm in it):
Problem description
In Debian, we are moving from
ruby2.7
toruby3.0
andruby-byebug
is failing to build with the new version. Here is the full build log:https://people.debian.org/~kanashiro/ruby3.0/round2/builds/3/ruby-byebug/ruby-byebug_11.1.3-1+rebuild1633376056_amd64.build.txt
You can see only test failures against
ruby3.0
but the problems seems to be when loading the extension, however, it seems to be built fine.Expected behavior
byebug
should build and pass all tests against ruby 3.0.Actual behavior
It fails as described above.
Steps to reproduce the problem
In my case, build the Debian package in a Debian unstable environment but installing
ruby-dev-all
from Debian experimental.I believe this is also reproducible if you try to build it using ruby 3.0.2.
The text was updated successfully, but these errors were encountered: