Skip to content

libstd: Pass-through PATH in test_override_env #17667

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 1, 2014

Conversation

wizeman
Copy link
Contributor

@wizeman wizeman commented Oct 1, 2014

In some build environments (such as chrooted Nix builds), env can only
be found in the explicitly-provided PATH, not in default places such as
/bin or /usr/bin. So we need to pass-through PATH when spawning the
env sub-process.

Fixes #17617

In some build environments (such as chrooted Nix builds), `env` can only
be found in the explicitly-provided PATH, not in default places such as
/bin or /usr/bin. So we need to pass-through PATH when spawning the
`env` sub-process.

Fixes rust-lang#17617
bors added a commit that referenced this pull request Oct 1, 2014
In some build environments (such as chrooted Nix builds), `env` can only
be found in the explicitly-provided PATH, not in default places such as
/bin or /usr/bin. So we need to pass-through PATH when spawning the
`env` sub-process.

Fixes #17617
@bors bors closed this Oct 1, 2014
@bors bors merged commit 5f4c280 into rust-lang:master Oct 1, 2014
lnicola pushed a commit to lnicola/rust that referenced this pull request Jul 28, 2024
…kril

Use rustup rust-analyzer component when there is a toolchain file override for the opened workspace

Fixes rust-lang/rust-analyzer#17663
RalfJung pushed a commit to RalfJung/rust that referenced this pull request Aug 1, 2024
…kril

Use rustup rust-analyzer component when there is a toolchain file override for the opened workspace

Fixes rust-lang/rust-analyzer#17663
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.

test_override_env failing during make check
3 participants