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

buildDepsOnly does not work without supplying src even with dummySrc #748

Open
mdietrich16 opened this issue Nov 27, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@mdietrich16
Copy link

If supplying dummySrc and src to buildDepsOnly, it throws a warning stating that src will be ignored, which seems to be correct, except for the fact that only src is used to get the Cargo.toml file for project metadata and not mkDummySrc. Maybe args.src should be set to dummySrc if it exists?

@mdietrich16 mdietrich16 added the bug Something isn't working label Nov 27, 2024
@mdietrich16
Copy link
Author

A workaround is not using mkDummySrc directly but supplying the arguments directly to buildDepsOnly, which might not work for special cases though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant