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
test_gdb is skipped on the GitHub Action Ubuntu job, because gdb is not installed.
Would it be possible to install it?
I broke buildbots because I renamed the function "collect" to "gc_collect_main" in Modules/gcmodule.c and python-gdb.py uses it to check if Python is running a garbage collection. The strange thing is that test_gdb passed on Travis CI of my PR python/cpython#23038 test_gdb was skipped on the Ubuntu job.
The text was updated successfully, but these errors were encountered:
You can install whatever you want as you have full access to the running container through passwordless sudo. Add a step to install gdb (and anything else you want) to the appropriate job and that should do it.
test_gdb is skipped on the GitHub Action Ubuntu job, because gdb is not installed.
Would it be possible to install it?
I broke buildbots because I renamed the function "collect" to "gc_collect_main" in Modules/gcmodule.c and python-gdb.py uses it to check if Python is running a garbage collection. The strange thing is that test_gdb passed on Travis CI of my PR python/cpython#23038 test_gdb was skipped on the Ubuntu job.
The text was updated successfully, but these errors were encountered: