-
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
Added build on RedHat system to build & test RPM packages #20134
Added build on RedHat system to build & test RPM packages #20134
Conversation
946e24e
to
274a1cb
Compare
e8ba0c2
to
fea3dc8
Compare
431c511
to
4046a12
Compare
.github/workflows/fedara.yml
Outdated
shell: bash | ||
runs-on: aks-linux-16-cores | ||
container: | ||
image: fedora:33 |
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.
I believe that we need a mirror image on the private Hub as there are limitations for pulling from Docker Hub on the aks runners and we already use some images from there.
.github/workflows/fedara.yml
Outdated
shell: bash | ||
runs-on: ubuntu-20.04 | ||
container: | ||
image: fedora:33 |
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.
The same about the image.
(I believe that we need a mirror image on the private Hub as there are limitations for pulling from Docker Hub on the aks runners and we already use some images from there.)
4046a12
to
4156bbe
Compare
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.
GHA-related LGTM. Please consider the possibility of too many pulls of the Docker Hub image/use mirror in the private Hub.
98d85bd
to
9454ec5
Compare
…olkit#20134) * Added GHA workflow for RPM packages * Avoid rebuild for RPM / Debian packages * Removed conditional include headers * try only post-build * Beautification * Fixed testdata generation for mulit-config generators
Details:
Build Debian
step built OpenVINO almost from scratch)