erigontech / erigontech/silkworm
ci: conan.lock
Open
maintenance
- Dominant language
- C++
- Stars
- 318
- Forks
- 84
- PR merge metrics
- No merged PRs in 30d
Description
A conan library can be updated upstream using "recipe revision" or "package revision" without a version change.
This makes our CI builds unstable, inconsistent and can cause issues like https://github.com/erigontech/silkworm/pull/2729 .
We should implement [conan.lock](https://docs.conan.io/2/tutorial/versioning/lockfiles.html) to pin revisions in order to avoid this situation.
see:
* https://docs.conan.io/2/tutorial/versioning/revisions.html
* https://docs.conan.io/2/tutorial/versioning/lockfiles.html
Contributor guide
Assessment
This issue has not been assessed yet.