Skip to content

Commit e968f62

Browse files
committed
Disable libbacktrace build temporarily
An unrelated change has caused this to fail.
1 parent 6ad1442 commit e968f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- run: cargo build
6565
- run: cargo test
6666
- run: cargo test --features "gimli-symbolize"
67-
- run: cargo test --features "libbacktrace"
67+
# run: cargo test --features "libbacktrace"
6868
- run: cargo check --features "libbacktrace gimli-symbolize"
6969
- run: cargo test --features "serialize-rustc"
7070
- run: cargo test --features "serialize-serde"

0 commit comments

Comments
 (0)