How to build specific set of packages in upstream and target that I depend on
sisaha9 opened this issue · 3 comments
sisaha9 commented
I have 2 workspaces: The target workspace and an upstream workspace. I depend on only some of the packages in the upstream workspace. In turn I have several build targets in my target workspace and only want to test some of them in CI
How do I only build some packages from the target workspace and only build those packages from the upstream workspace that the target workspace depends upon?