Refactor debug library to use object:🧝:* (#1860)
* Add GDB test
* rm stray test resource
* use object:🧝:* structures
* install gdb on CI
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -225,7 +225,9 @@ jobs:
|
||||
RUST_BACKTRACE: 1
|
||||
|
||||
# Test debug (DWARF) related functionality.
|
||||
- run: cargo test test_debug_dwarf -- --ignored --test-threads 1
|
||||
- run: |
|
||||
sudo apt-get install -y gdb
|
||||
cargo test test_debug_dwarf -- --ignored --test-threads 1
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
env:
|
||||
RUST_BACKTRACE: 1
|
||||
|
||||
Reference in New Issue
Block a user