[service] md5 not supported in conandata.yml
See original GitHub issueHi,
I’m currently working on a recipe, but as I tried to add the md5 checksum in my conandata.yml
, the hook throw an error as “md5” in not accepted:
ERROR: [CONANDATA.YML FORMAT (KB-H030)] Additional entry ['md5'] no
t allowed in 'sources':'10.1_2' of conandata.yml (https://github.com/conan-io/conan-center-index/wiki/Erro
r-Knowledge-Base#KB-H030)
But the wiki says:
You must specify one or more checksums, being also valid md5, sha1 or sha256
Is it a bug or did you remove the support and not updated the wiki?
Thanks, Cheers, Pierre
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
wrong md5 result for export · Issue #8530 · conan-io ... - GitHub
Yes, conan-center-index (not Conan) uses some hooks, one of them removes from conandata.yml everything not related to the version exported.
Read more >conandata.yml — conan 1.45.0 documentation
This YAML file can be used to declare specific information to be used inside the recipe. This file is specific to each recipe...
Read more >Cant create boost conan package from conan-center-index
All versions supported by Boost are listed in conandata.yml, which is a file with the download link and the checksum, according the version....
Read more >cpp-project-framework 1.0.0 - PyPI
This is a starting template for C++ projects that supports: ... Add patch file to conandata.yml: ... certutil -hashfile ?.patch md5.
Read more >conan Changelog - pyup.io
Bugfix: The `CMakeDeps` generator was not working properly when the consumer maps ... helper to add data to ``conandata.yml`` in the ``export()`` method....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
now md5 and sha1 fields are allowed (with https://github.com/conan-io/hooks/commit/e6e278f5b5ad4334fb420b084ff1e39ee7972797)
ok, thanks for the feedback 😉