Skip to content

Commit

Permalink
[irods/irods#7191] Add Rocky Linux to platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
alanking committed Oct 11, 2023
1 parent feba3f7 commit f62d3da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions irods_consortium_continuous_integration_build_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def install_os_specific_dependencies():
'Centos': install_os_specific_dependencies_yum,
'Centos linux': install_os_specific_dependencies_yum,
'Almalinux': install_os_specific_dependencies_yum,
'Rocky linux': install_os_specific_dependencies_yum,
'Opensuse ': install_os_specific_dependencies_yum,
}
try:
Expand Down

0 comments on commit f62d3da

Please sign in to comment.