ci(build): EL RPM builds not currently available #1264
Labels
No labels
Blocked
Bug
Cherry-picking
Database
Dependencies
Dependencies/Renovate
Difficulty
Easy
Difficulty
Hard
Difficulty
Medium
Documentation
Enhancement
Good first issue
Help wanted
Inherited
Matrix/Administration
Matrix/Appservices
Matrix/Auth
Matrix/Client
Matrix/Core
Matrix/Federation
Matrix/Hydra
Matrix/MSC
Matrix/Media
Meta
Meta/CI
Meta/Packaging
Priority
Blocking
Priority
High
Priority
Low
Security
Status
Confirmed
Status
Duplicate
Status
Invalid
Status
Needs Investigation
Support
To-Merge
Wont fix
old/ci/cd
old/rust
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
continuwuation/continuwuity#1264
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Spinning this off from #1240...
As noted in the above issue, the current RPM builds are not usable on Enterprise Linux (AlmaLinux, Rocky Linux, etc.), manifesting as a glibc version mismatch issue.
Attempts to slightly edit the existing Fedora build process to produce EL-compatible images by way of mock were not successful due to arcane errors produced by mock. Based on preliminary successes of building an RPM locally on EL 10 (namely, RHEL 10 x86_64), it appears necessary to create a new EL-based actions runner image with which EL-compatible RPMs can be built.
Runner image aside, the main stumbling block with running an EL-based build is that that the
rpkgpackage is only available on Fedora at this time, not in EPEL or in any mainstream EL's base/AppStream/CRB/etc. repos. The local RHEL 10 build was only successful due to manually downloading the rpkg-util repo from Pagure, manually copying some binaries from that repo to/usr/local/bin, grabbing a few build dependencies from EPEL, and runningpython3 setup.py install.I'm currently working up an EL actions runner image based on Tom Foster's
act-runnerwork. After that, it should be a matter of adjusting the Fedora build workflow to handle the rpkg issue described above, then incorporating runners with said image into the c10y build infra.In the meantime, could a maintainer please assign this issue to me?