Add Rocky Linux 8 CI pipeline jobs
Description
This MR adds rockylinux 8 CI RPM build jobs.
API Changes and Justification
Backwards Compatible Changes
-
This change does not modify any class/function/struct/type definitions in a public C header file or any Python class/function definitions -
This change adds new classes/functions/structs/types to a public C header file or Python module
Backwards Incompatible Changes
-
This change modifies an existing class/function/struct/type definition in a public C header file or Python module -
This change removes an existing class/function/struct/type from a public C header file or Python module
If any of the Backwards Incompatible check boxes are ticked please provide a justification why this change is necessary and why it needs to be done in a backwards incompatible way.
Review Status
Please provide details on any reviews related to this change and and the associated reviewers.
Merge request reports
Activity
requested review from @adam-mercer
assigned to @duncanmmacleod
- A deleted user
added infra_gitlab label
mentioned in merge request !2157 (merged)
added 21 commits
-
b4c2301f...659c196e - 17 commits from branch
lscsoft:master
- 6136c2ed - ci: rename all rpm-related jobs
- 85b8401a - ci: add rockylinux 8 RPM build jobs
- 36632048 - ci: don't run yum-builddep quietly
- 4ecb478f - ci: allow lalinference RL8 build to fail
Toggle commit list-
b4c2301f...659c196e - 17 commits from branch
- Resolved by Adam Mercer
I think I can see what the problem is, the
check_gitlab_depends()
function in thecheck_library_dependencies
script:Isn't aware of the new
:el7
and:el8
addition to the job name. Been trying to test this locally and running the script from my clone passes without any modifications so not sure what's going on.@karl-wette it looks like you wrote this, any suggestions?
added 8 commits
-
36632048...07a0227d - 5 commits from branch
lscsoft:master
- 335b9f95 - ci: rename all rpm-related jobs
- 79739ee1 - ci: add rockylinux 8 RPM build jobs
- 684a778d - ci: don't run yum-builddep quietly
Toggle commit list-
36632048...07a0227d - 5 commits from branch
@karl-wette could you please take a look and approve if you've no concerns.
requested review from @karl-wette
removed review request for @adam-mercer
assigned to @adam-mercer
mentioned in commit 1431b4fd