conan icon indicating copy to clipboard operation
conan copied to clipboard

[question] Rebuilding Application

Open lstoffer opened this issue 8 months ago • 1 comments

What is your question?

Hi! I have a question regarding the implementation of a build automation with conan2.

I have an Application that contains multiple libraries. The build automation that I am trying to build should find all merge requests for one Issue and do the merges in every library. Afterwards it should get the build order and try to create the packages for every library that has new merges in the build order. In the end the build automation should rebuild the whole application with all the packages that were created in the step before. So what

I guess the build automation should create a lockfile when it creates the package for the first library that had merges. For every subsequent library package that gets created locally this lockfile should be updated such that it also contains the new package of the new library. Would that be the right approach doing this with lockfiles or is there an even simpler way with the new conan2 API?

E.g. is there a way to achieve the same behaviour with using the graph API?

Have you read the CONTRIBUTING guide?

  • [X] I've read the CONTRIBUTING guide

lstoffer avatar Jun 07 '24 08:06 lstoffer