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
If one uses qirlib as a cargo dependency using the git specification, e.g. in Cargo.toml
Cargo.toml
qirlib = {path ="https://github.com/qir-alliance/pyqir"}
Cargo attempts to clone llvm-project as a submodule, which is a very large repository, and does not appear to be required for the dependency.
I don't have a good suggested fix, nor do I know if this actually requires fixing, just something I thought was worth being aware of.
Currently my workaround is to clone the repository myself without submodules and have a local path dependency.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
If one uses qirlib as a cargo dependency using the git specification,
e.g. in
Cargo.toml
Cargo attempts to clone llvm-project as a submodule, which is a very large repository, and does not appear to be required for the dependency.
I don't have a good suggested fix, nor do I know if this actually requires fixing, just something I thought was worth being aware of.
Currently my workaround is to clone the repository myself without submodules and have a local path dependency.
The text was updated successfully, but these errors were encountered: