Closed anjannath closed 5 months ago
This needs more changes to avoid
> [6/6] RUN yum config-manager --set-enabled powertools && yum -y builddep packaging/rpm/crc.spec && rpmbuild -bb -v packaging/rpm/crc.spec:
0.370 Error: No matching repo to modify: powertools.
This needs more changes to avoid
> [6/6] RUN yum config-manager --set-enabled powertools && yum -y builddep packaging/rpm/crc.spec && rpmbuild -bb -v packaging/rpm/crc.spec: 0.370 Error: No matching repo to modify: powertools.
yes updated now, the powertools repo is not available in centos9 have to use the repo crb
@cfergeau another question which is not directly related but the tests in the machine-driver-libvirt
repo is also failing due to same centos:stream8
reaching EOL
but can we build machine-driver-libvirt
on Centos Stream 9 and use it in RHEL 8, in the past there were issues with this because the glibc
version is newer in RHEL 9/Centos Stream 9. how can we check if this is still the case?
@anjannath: The following tests failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
ci/prow/e2e-crc | d47c071cc7d479c497bcb048eba5144710861183 | link | true | /test e2e-crc |
ci/prow/security | 6ce70293015a80c79fe478b5bc1eaf51c28e28c7 | link | false | /test security |
ci/prow/integration-crc | 6ce70293015a80c79fe478b5bc1eaf51c28e28c7 | link | true | /test integration-crc |
Full PR test history. Your PR dashboard.
but can we build
machine-driver-libvirt
on Centos Stream 9 and use it in RHEL 8, in the past there were issues with this because theglibc
version is newer in RHEL 9/Centos Stream 9. how can we check if this is still the case?
This most likely is still an issue, you can build machine-driver-libvirt in centos stream 9 and then try to start the resulting binary in an ubi8 image for example.
However, the binary that we ship is built on a rhel 8 system in RH build system, so the centos version we use in our Containerfiles should not be a problem?
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: cfergeau
The full list of commands accepted by this bot can be found here.
The pull request process is described here
centos:stream8 has reached EOL as per: https://blog.centos.org/2023/04/end-dates-are-coming-for-centos-stream-8-and-centos-linux-7/
fixes #4204