Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Disable
memray attach
tests in cibuildwheel
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]>
- Loading branch information