Skip to content

Commit

Permalink
Testing RBE: using full stacktrace
Browse files Browse the repository at this point in the history
  • Loading branch information
damienmg committed Jun 5, 2020
1 parent ad71ac8 commit 4e81711
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cargo/cargo_build_script.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def _cargo_build_script_run(ctx, script):
"RUSTC": toolchain.rustc.path,
"TARGET": toolchain.target_triple,
"OUT_DIR": out_dir.path,
"RUST_BACKTRACE": "full",
}

for f in ctx.attr.crate_features:
Expand Down

0 comments on commit 4e81711

Please sign in to comment.