We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 848eb15 + 8080b79 commit 4deca32Copy full SHA for 4deca32
tests/cargotest/lib.rs
@@ -55,6 +55,11 @@ fn _process(t: &OsStr) -> cargo::util::ProcessBuilder {
55
// can switch this to one and then fix the tests.
56
.env("CARGO_INCREMENTAL", "0")
57
58
+ // This env var can switch the git backend from libgit2 to git2-curl, which
59
+ // can tweak error messages and cause some tests to fail, so let's forcibly
60
+ // remove it.
61
+ .env_remove("CARGO_HTTP_CHECK_REVOKE")
62
+
63
.env_remove("__CARGO_DEFAULT_LIB_METADATA")
64
.env_remove("RUSTC")
65
.env_remove("RUSTDOC")
0 commit comments