-
Notifications
You must be signed in to change notification settings - Fork 994
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
[bug] lock file let create fail #15801
Comments
Thanks for the report @blocksebastian I am having a look. If you use:
It doesn't fail (with the |
Submitting an improvement in #15802, that would solve your issue. |
thank you for the really fast resolution :-) |
We can leave it open, it will be automatically closed when the PR is merged :) Thanks for the feedback! |
#15802 merged, this will be included in next 2.2 release |
Environment details
Steps to reproduce
I want to create a package that uses source() to checkout a git repo.
At the end I want to provide python sources from local and from the git repo and cmake script files.
Steps to reproduce:
conan lock create . -pr:h=profiles/none -u --lockfile-out=none.lock
conan create . -pr:h=profiles/none --lockfile=none.lock --lockfile-out=none_updated.lock
Without the lockfile handling it works as expected, but our workflow requires to use lockfile.
Following conanfile.py:
Logs
The text was updated successfully, but these errors were encountered: