Skip to content

Commit 29d50b5

Browse files
github actions - LLDB fix
1 parent b58a9bc commit 29d50b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lldb-formatter-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- name: Run the rust tests
3434
run: |
3535
cd tools/rust-debugger/format-tests
36-
# Build in debug mode to ensure debug symbols are available
36+
# Build with explicit debug info for LLDB compatibility
37+
export RUSTFLAGS="-C debuginfo=2 -C opt-level=0"
3738
cargo build
3839
cargo test

0 commit comments

Comments
 (0)