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 9e18c47 commit 476b444
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions irods_consortium_continuous_integration_build_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def update_local_package_repositories():
'Centos': None,
'Centos linux': None,
'Almalinux': None,
'Rocky linux': None,
'Opensuse ': None,
'Debian gnu_linux': ['sudo', 'apt-get', 'update']
}
Expand Down Expand Up @@ -78,6 +79,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,
'Debian gnu_linux': install_os_specific_dependencies_apt
}
Expand Down

0 comments on commit 476b444

Please sign in to comment.