Skip to content

Commit

Permalink
[#139] 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 authored and alanking committed Feb 22, 2024
1 parent facf2ae commit 3f3529d
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 3f3529d

Please sign in to comment.