Skip to content
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

New build-plan tests failing when compiled with rust #5536

Closed
ehuss opened this issue May 15, 2018 · 0 comments · Fixed by #5540
Closed

New build-plan tests failing when compiled with rust #5536

ehuss opened this issue May 15, 2018 · 0 comments · Fixed by #5540

Comments

@ehuss
Copy link
Contributor

ehuss commented May 15, 2018

When attempting to update Cargo in the rust repo, the following tests failed:

    build_plan::cargo_build_plan_build_script
    build_plan::cargo_build_plan_simple
    build_plan::cargo_build_plan_single_dep

Detailed output can be found here: https://ci.appveyor.com/project/rust-lang/rust/build/1.0.7409/job/s65ul0p5xdw9420o

Essentially the problem is that in the rust tree, cargo tests are run with CARGO_TARGET_DIR set, and the above tests do not take that into consideration.

cc @mshal

ehuss added a commit to ehuss/cargo that referenced this issue May 15, 2018
bors added a commit that referenced this issue May 15, 2018
Fix tests when CARGO_TARGET_DIR is set.

Fixes #5536
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 a pull request may close this issue.

1 participant