-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Enable multi-platform rpm building #4601
Enable multi-platform rpm building #4601
Conversation
Hi @ssbarnea. Thanks for your PR. I'm waiting for a containers member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
You need to sign all commits or merge them back into one. |
☔ The latest upstream changes (presumably #4616) made this pull request unmergeable. Please resolve the merge conflicts. |
☔ The latest upstream changes (presumably #4599) made this pull request unmergeable. Please resolve the merge conflicts. |
☔ The latest upstream changes (presumably #4640) made this pull request unmergeable. Please resolve the merge conflicts. |
- make: fix python detection for multiple interpreters - make: create generic `package` and `package-install` targets - build_rpm.sh: move package installation into package-install - build_rpm.sh: fix dnf/yum detection - build_rpm.sh: install md2man rpm only on platfroms where is available - build_rpm.sh: temporary skip packaging docs and debug on rhel-8 - docs: `make package-install` This change is validated by new CI jobs run by rdoproject. See link below for result. Depends-On: https://review.rdoproject.org/r/#/c/23943/ Signed-off-by: Sorin Sbarnea <[email protected]>
check-rdo |
Build succeeded (check pipeline).
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
/assign @baude |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: baude, raukadah, ssbarnea The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
lgtm |
LGTM and happy green test buttons |
/lgtm |
@raukadah: changing LGTM is restricted to collaborators In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/lgtm |
Change-Id: I1c9d8313024bcc9ef5b307539e113db4502e5ca4 Depends-On: containers/podman#4601
package
andpackage-install
targetsmake package-install
This change is validated by new CI jobs run by rdoproject.
Fixes: #4627
Fixes: #4612