ART-17448: Add custom-rhel-98-golang-rpms repo for Go 1.26#10089
ART-17448: Add custom-rhel-98-golang-rpms repo for Go 1.26#10089ashwindasr wants to merge 1 commit into
Conversation
The golang-1.26.1-1.el9_8 RPM lives in the rhel-9.8.0-z-build Brew tag, not in rhaos-4.22-rhel-9-build. Add a dedicated repo pointing at the rhel-9.8.0-z-build brewroot for golang* packages, and remove golang* from the existing rhel-9-golang-rpms includepkgs so the new repo is the sole provider. ART-17448 Made-with: Cursor
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@ashwindasr: This pull request references ART-17448 which is a valid jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
Summary
custom-rhel-98-golang-rpmsrepo pointing atrhel-9.8.0-z-buildbrewroot forgolang*packagesgolang*from existingrhel-9-golang-rpmsincludepkgs(keepsmodule-build-macrosandgoversioninfo)custom-rhel-98-golang-rpmstoenabled_reposinopenshift-golang-builder.ymlProblem
The
golang-1.26.1-1.el9_8RPM lives in therhel-9.8.0-z-buildBrew tag, not inrhaos-4.22-rhel-9-build. The Konflux builder image build fails withNo match for argument: golang-*1.26*because the current repos do not contain Go 1.26.Precedent
Follows the same pattern as 1fe9fd209 which added
rhel-97-golang-rpmsfor RHEL 9.7 golang on therhel-9-golang-1.25branch, andrhel-810-golang-rpmsfor RHEL 8.10 golang.