mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-03 10:33:34 +00:00
parent
f7be59c593
commit
e6a2c8292b
@ -1079,6 +1079,11 @@ impl<'a> Builder<'a> {
|
|||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
|
if self.config.cmd.bless() {
|
||||||
|
// Bless `expect!` tests.
|
||||||
|
cargo.env("UPDATE_EXPECT", "1");
|
||||||
|
}
|
||||||
|
|
||||||
if !mode.is_tool() {
|
if !mode.is_tool() {
|
||||||
cargo.env("RUSTC_FORCE_UNSTABLE", "1");
|
cargo.env("RUSTC_FORCE_UNSTABLE", "1");
|
||||||
}
|
}
|
||||||
|
@ -1754,11 +1754,6 @@ impl Step for Crate {
|
|||||||
cargo.arg("--quiet");
|
cargo.arg("--quiet");
|
||||||
}
|
}
|
||||||
|
|
||||||
if builder.config.cmd.bless() {
|
|
||||||
// Bless `expect!` tests.
|
|
||||||
cargo.env("UPDATE_EXPECT", "1");
|
|
||||||
}
|
|
||||||
|
|
||||||
if target.contains("emscripten") {
|
if target.contains("emscripten") {
|
||||||
cargo.env(
|
cargo.env(
|
||||||
format!("CARGO_TARGET_{}_RUNNER", envify(&target.triple)),
|
format!("CARGO_TARGET_{}_RUNNER", envify(&target.triple)),
|
||||||
|
Loading…
Reference in New Issue
Block a user