-
Notifications
You must be signed in to change notification settings - Fork 990
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] Conan 2.8.0 SHA1 differs from 2.7.1 #17125
Comments
Hi @mzukovec Thanks for your report. I think it is very likely that this is the result of a bug fix in #16987 It seems there were cases in which the You can follow some discussion about this that happened in #17086. If it is the same case, you should be able to see with Can you please check that and let us know? Thanks for your feedback. |
|
Sounds good, if you really wanted to achieve that "decoupling" effect of the I'll leave the ticket open then, please let us know how it goes with the |
Hi @mzukovec Any further feedback here? Did you try the If not, I think we can close the issue as not a bug, as it was really a bugfix that affected some incorrectly created package-ids. |
Hi @memsharded After some investigation we decided that vendoring may not be an ideal option, so we rebuilt the packages with two conan versions in order to support compatibility with all versions. I’ll keep it in mind though. Thanks for your help and insights. |
Thanks to you for your feedback @mzukovec ! I am then going to close this ticket as resolved, but please re-open or create new tickets for any further question or issue you might have. |
Describe the bug
I'm using conan (Windows) in our production environment and the upgrade to the 2.8.0 fails to find one of the packages listed in
conanfile.py
due do different SHA1. We're using explicit revisions.Explicit SHA1(
Get-FileHash -Algorithm SHA1 conaninfo.txt
) results inB692E48396E2CC29EE7048A4BE2DFDA907940859
Command:
conan install . --profile default --profile:host wasm_Release --profile:build default
2.7.1 results in package:
vtk/7.1.1@xlab/wasm#7c3b7a01ee895d518cd31dfea7c6e5b3:b692e48396e2cc29ee7048a4be2dfda907940859
2.8.0 results in package:
vtk/7.1.1@xlab/wasm#7c3b7a01ee895d518cd31dfea7c6e5b3:e117c1d7a5f53b1e1b366d69168614542e4c3138
How to reproduce it
No response
The text was updated successfully, but these errors were encountered: