We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When dephell is run on a bare-bones crate that has windows-targets, it crashes with the error
windows-targets
Error while computing package graph: for package 'windows-targets 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)': for dependency 'windows_aarch64_gnullvm', parsing target 'aarch64-pc-windows-gnullvm' failed: unknown target triple: aarch64-pc-windows-gnullvm
This might be related to this issue.
Note: the aarch64-pc-windows-gnullvm target is a tier 3 target, but is used in this context even on tier 1, so cargo-dephell shouldn't crash.
aarch64-pc-windows-gnullvm
cargo-dephell
How to reproduce:
cargo new test_dephell cd test_dephell cargo add windows-targets cargo build cargo-dephell -m Cargo.toml -o test.html
The text was updated successfully, but these errors were encountered:
thanks for submitting the issue, if you can think of a fix PRs are welcome :)
Sorry, something went wrong.
No branches or pull requests
When dephell is run on a bare-bones crate that has
windows-targets
, it crashes with the errorError while computing package graph: for package 'windows-targets 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)': for dependency 'windows_aarch64_gnullvm', parsing target 'aarch64-pc-windows-gnullvm' failed: unknown target triple: aarch64-pc-windows-gnullvm
This might be related to this issue.
Note: the
aarch64-pc-windows-gnullvm
target is a tier 3 target, but is used in this context even on tier 1, socargo-dephell
shouldn't crash.How to reproduce:
cargo new test_dephell cd test_dephell cargo add windows-targets cargo build cargo-dephell -m Cargo.toml -o test.html
The text was updated successfully, but these errors were encountered: