From 157569c561716c4bd7aa238e7486f2dd7033f258 Mon Sep 17 00:00:00 2001 From: Alexis Beingessner Date: Thu, 28 Jul 2022 12:00:38 -0400 Subject: [PATCH] Revert "fix normal pipelines.toml" This reverts commit 36749415616cac2d6715d10bbdd55ee3c75f79ff. --- pipeline.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pipeline.toml b/pipeline.toml index 5556d5b..8f7af6d 100644 --- a/pipeline.toml +++ b/pipeline.toml @@ -4,7 +4,7 @@ # These files are basically Cargo.toml dependencies, that minidump-pipeline # will use to fetch binaries, either with `cargo install` or `cargo build`. -# inlines = true +inlines = true rust-mangling = "v0" # [my-example-dep] @@ -25,13 +25,20 @@ rust-mangling = "v0" [minidump-stackwalk] +git = "https://github.com/Gankra/rust-minidump" +branch = "inline" # path = "../rust-minidump/minidump-stackwalk/" # optional! (only used when you pass --debugger) [minidump-debugger] +features = ["inline"] +git = "https://github.com/Gankra/minidump-debugger" +branch = "inline" # path = "../minidump-debugger/" [dump_syms] +git = "https://github.com/mozilla/dump_syms" +rev = "54f9e6240e34cf17fc7dc60ac4985772e2c20001" # path = "../dump_syms/"