Skip to content

Commit ff5903e

Browse files
committed
CARGO_TERM_COLOR env when execute
1 parent f698118 commit ff5903e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler/base/orchestrator/src/coordinator.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,8 @@ impl LowerRequest for CompileRequest {
519519
envs.insert("RUST_BACKTRACE".to_owned(), "1".to_owned());
520520
}
521521

522+
envs.insert("CARGO_TERM_COLOR".to_owned(), "always".to_owned());
523+
522524
ExecuteCommandRequest {
523525
cmd: "cargo".to_owned(),
524526
args: args.into_iter().map(|s| s.to_owned()).collect(),

0 commit comments

Comments
 (0)