-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[service] Allow building of multiple recipes of same package in one PR #2556
Comments
Indeed it's annoying and as consumer I can't see the limitation because is the same project. On the other hand, as server maintainer, it requires a new feature because all current implementation involving config.yml. /cc @danimtb |
But does it really make a huge difference in the implementation? (Friendly reminder of #30) First step is like always reading the content of |
This is under investigation, but not in short time, because will require not an update in Jenkins, but an entire new build flow. |
@uilianries it already works : #22929 this issue is about building several recipes of the SAME package only |
Sorry, I misread the "same package". I meant several recipes from different packages. |
Current CI does not allow changing 2 recipes for one package in one pr.
e.g. modifying:
recipes/zlib/1.2.8/conanfile.py
recipes/zlib/1.2.12/conanfile.py
in one pull request is impossible, because the CI will fail immediately.
This should become possible. It would also make maintaining recipes a lot easier
Imho, this is a high priority request, because arbitrary rules like these scare people of.
The text was updated successfully, but these errors were encountered: