-
Notifications
You must be signed in to change notification settings - Fork 788
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
Packit c10s #2312
Packit c10s #2312
Conversation
Ephemeral COPR build failed. @containers/packit-build please check. |
@mtrmac PTAL. the centos-stream builds are failing on The change in the PR itself should be good to go. |
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!
The EPEL-9 builds are reported as successful in COPR, but still pending in Packit. I’ll try rebasing this PR to re-trigger builds… |
oh actually that may have been packit getting confused because of the centos-stream and epel jobs having same parameters with different targets. Let me push an additional change to include a distinct |
EL8 will go EOL soon and we won't be shipping anything there from main until then. Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
This commit will enable downstream syncing to CentOS Stream 10. The centos maintainer will need to manually run `packit propose-downstream` and `centpkg build` until better centos integration is in place. This commit also builds both rhel9 and centos9 copr rpms so we can check for things like differences in golang compiler. Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
@lsm5 Thanks. All but centos-stream is now passing. If this looks good, please merge. |
This commit will enable downstream syncing to CentOS Stream 10. The
centos maintainer will need to manually run
packit propose-downstream
and
centpkg build
until better centos integration is in place.This commit also builds both rhel9 and centos9 copr rpms so we can check
for things like differences in golang compiler.