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
These tests have broken because of changes to the GitHub runners. The
old debuggers being installed in the containers are not compatible with
the new Linux kernel being used by the runners. Rather than spend
a bunch of effort to get this working, we'll just disable these tests in
those environments.
Note that we still exercising attaching with both debuggers in other
workflows: the `test_with_coverage` workflow tests both gdb and lldb on
glibc, and the `test_on_alpine` workflow tests both gdb and lldb on
musl libc.
Signed-off-by: Matt Wozniski <[email protected]>
0 commit comments