Skip to content

Commit a7b0c65

Browse files
github actions - LLDB attempt
1 parent 1eb9b02 commit a7b0c65

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: actions-rs/toolchain@v1
16+
- uses: actions-rust-lang/setup-rust-toolchain@v1
1717
with:
18-
default: true
19-
toolchain: 1.87
18+
toolchain: 1.90
2019

2120
- name: Download vscode-lldb
2221
uses: robinraju/release-downloader@v1
@@ -34,7 +33,4 @@ jobs:
3433
- name: Run the rust tests
3534
run: |
3635
cd tools/rust-debugger/format-tests
37-
# Build with explicit debug info for LLDB compatibility
38-
export RUSTFLAGS="-C debuginfo=2 -C opt-level=0"
39-
cargo build
4036
cargo test

0 commit comments

Comments
 (0)