Skip to content

Commit

Permalink
[EXPERIMENTAL] compiler-builtins: comment out env_clear()
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyouxu committed Jun 3, 2024
1 parent 032af18 commit f31f59e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 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,8 @@ fn main() {
"--target",
&target,
])
.env_clear()
// FIXME(jieyouxu): so what happens if we don't `env_clear`?
//.env_clear()
.env("PATH", path)
.env("RUSTC", rustc)
.env("RUSTFLAGS", "-Copt-level=0 -Cdebug-assertions=yes")
Expand Down

0 comments on commit f31f59e

Please sign in to comment.