-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
--build-plan fails when dev-dependencies are present #6082
Comments
Sorry, I forgot to note that this [package]
name = "build-plan-test"
version = "0.0.0"
[dependencies]
libc = "*" The difference there is that |
@alexcrichton This seems to be caused by #6005. |
Indeed! Should be fixed by #6086 |
alexcrichton
added a commit
to alexcrichton/cargo
that referenced
this issue
Sep 24, 2018
Regressed in rust-lang#6005 it looks like the build plan requires all packages to be downloaded rather than just those coming out of `unit_dependenices`, so let's make sure to download everything! Closes rust-lang#6082
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! It looks like there's a problem attempting to grab a build plan from libraries that use
dev-dependencies
.Toolchain that fails:
Toolchain that succeeds:
If I have a
Cargo.toml
that looks like:When running
cargo build -Z unstable-options --build-plan --verbose
, I get the following output:The text was updated successfully, but these errors were encountered: