conan
conan copied to clipboard
[question] How to ensure packages are build locally (`--build`) but not rebuild on each install?
What is your question?
I want to make sure that I build all packages locally.
To do so I use a policy: https://docs.conan.io/1/mastering/policies.html#build-policies (--build will build all requirements from sources
).
On a clean system with Conan it builds everything fine. But the next time I do conan install...
with all settings and options are the same I want to skip builds for packages that are already present (and I know were build locally).
Is there a way to achieve this?
Have you read the CONTRIBUTING guide?
- [X] I've read the CONTRIBUTING guide