Skip to content

Don't use an empty RUSTC_WRAPPER#5985

Merged
bors merged 1 commit into
rust-lang:masterfrom
dwijnand:fix-rustc-wrapper-unset
Sep 6, 2018
Merged

Don't use an empty RUSTC_WRAPPER#5985
bors merged 1 commit into
rust-lang:masterfrom
dwijnand:fix-rustc-wrapper-unset

Conversation

@dwijnand

@dwijnand dwijnand commented Sep 5, 2018

Copy link
Copy Markdown
Contributor

Fixes #5588

@rust-highfive

Copy link
Copy Markdown

r? @matklad

(rust_highfive has picked a reviewer for you, use r? to override)

@dwijnand dwijnand force-pushed the fix-rustc-wrapper-unset branch from 9009aa5 to 9b67b27 Compare September 6, 2018 07:09
@alexcrichton

Copy link
Copy Markdown
Member

@bors: r+

@bors

bors commented Sep 6, 2018

Copy link
Copy Markdown
Contributor

📌 Commit 9b67b27 has been approved by alexcrichton

@bors

bors commented Sep 6, 2018

Copy link
Copy Markdown
Contributor

⌛ Testing commit 9b67b27 with merge 7afa449...

bors added a commit that referenced this pull request Sep 6, 2018
@bors

bors commented Sep 6, 2018

Copy link
Copy Markdown
Contributor

☀️ Test successful - status-appveyor, status-travis
Approved by: alexcrichton
Pushing 7afa449 to master...

@bors bors merged commit 9b67b27 into rust-lang:master Sep 6, 2018
@dwijnand dwijnand deleted the fix-rustc-wrapper-unset branch September 6, 2018 17:44
@ehuss ehuss added this to the 1.30.0 milestone Feb 6, 2022
bors added a commit that referenced this pull request Jul 24, 2022
Make the empty rustc-wrapper test more explicit.

This changes the test for an empty RUSTC_WRAPPER environment variable to make it explicit that it doesn't just ignore the environment variable, but that it also essentially unsets any config-loaded value.  It's not clear if this implication was known at the time it was added in #5985, but I don't think we can change it, and it can be useful.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RUSTC_WRAPPER= should use no wrapper instead of attempting to run the command ""

6 participants