Skip to content

Commit

Permalink
compiler-builtins: don't clear env vars for cargo invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyouxu committed Jun 4, 2024
1 parent 27529d5 commit 2949195
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/run-make/compiler-builtins/rmake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ fn main() {
"--target",
&target,
])
.env_clear()
.env("PATH", path)
.env("RUSTC", rustc)
.env("RUSTFLAGS", "-Copt-level=0 -Cdebug-assertions=yes")
Expand Down

0 comments on commit 2949195

Please sign in to comment.