Skip to content

Commit

Permalink
[?] Add support for Rocky Linux to build and test python scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn committed Feb 21, 2024
1 parent f0a22e1 commit d3dfe93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -47,6 +47,7 @@ def install_os_specific_dependencies():
'Centos': install_os_specific_dependencies_yum,
'Debian gnu_linux': install_os_specific_dependencies_apt,
'Opensuse ': install_os_specific_dependencies_yum,
'Rocky linux': install_os_specific_dependencies_yum,
'Ubuntu': install_os_specific_dependencies_apt
}
try:
Expand Down
1 change: 1 addition & 0 deletions irods_consortium_continuous_integration_test_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def get_build_prerequisites():
'Centos': get_build_prerequisites_yum,
'Debian gnu_linux': get_build_prerequisites_apt,
'Opensuse': get_build_prerequisites_zypper,
'Rocky linux': get_build_prerequisites_yum,
'Ubuntu': get_build_prerequisites_apt
}
try:
Expand Down

0 comments on commit d3dfe93

Please sign in to comment.