Skip to content

Commit

Permalink
This hack actually does the opposite now that we stopped using the `m…
Browse files Browse the repository at this point in the history
…iri` script, so remove it
  • Loading branch information
oli-obk committed Jul 19, 2022
1 parent a1d14f0 commit 0c41b5a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ui_test/src/dependencies.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ pub fn build_dependencies(config: &Config) -> Result<Dependencies> {

// Reusable closure for setting up the environment both for artifact generation and `cargo_metadata`
let setup_command = |cmd: &mut Command| {
// Avoid poisoning the target directory and causing unnecessary rebuilds.
cmd.env_remove("RUSTFLAGS");

cmd.envs(envs.iter().map(|(k, v)| (k, v)));
cmd.arg("--manifest-path").arg(manifest_path);
};
Expand Down

0 comments on commit 0c41b5a

Please sign in to comment.