Skip to content

Commit 0c41b5a

Browse files
committed
This hack actually does the opposite now that we stopped using the miri script, so remove it
1 parent a1d14f0 commit 0c41b5a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ui_test/src/dependencies.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ pub fn build_dependencies(config: &Config) -> Result<Dependencies> {
3838

3939
// Reusable closure for setting up the environment both for artifact generation and `cargo_metadata`
4040
let setup_command = |cmd: &mut Command| {
41-
// Avoid poisoning the target directory and causing unnecessary rebuilds.
42-
cmd.env_remove("RUSTFLAGS");
43-
4441
cmd.envs(envs.iter().map(|(k, v)| (k, v)));
4542
cmd.arg("--manifest-path").arg(manifest_path);
4643
};

0 commit comments

Comments
 (0)