conan icon indicating copy to clipboard operation
conan copied to clipboard

[question] How to ensure packages are build locally (`--build`) but not rebuild on each install?

Open ngrodzitski opened this issue 1 year ago • 13 comments

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

ngrodzitski avatar Jun 27 '23 11:06 ngrodzitski