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. |
|
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-downstreamand
centpkg builduntil 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.