-
Notifications
You must be signed in to change notification settings - Fork 232
[4.8] Fix enterprise-pod build #898
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
[4.8] Fix enterprise-pod build #898
Conversation
Since openshift/kubernetes#633 and openshift-eng#873, builds for `openshift-enterprise-pod` started to fail because `glibc-static` could not get installed. This commit adds the rhel-8 repository for the glibc-static rpm.
|
@joepvd: No Bugzilla bug is referenced in the title of this pull request. DetailsIn 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. |
Build #1 |
|
|
|
Created openshift/kubernetes#685 (which needs to get cherry-picked into release-4.8). |
jupierce
left a comment
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.
ci_alignment section looks good!
Since openshift/kubernetes#633 and
#873, builds for
openshift-enterprise-podstarted to fail becauseglibc-staticcouldnot get installed. This commit adds the rhel-8 repository for the
glibc-static rpm.