Skip to content

Commit

Permalink
[#162, #163] Fix build and test hooks
Browse files Browse the repository at this point in the history
Do not install unittest-xml-reporting==1.14.0
Update versions of externals packages in build hook
  • Loading branch information
FifthPotato authored and alanking committed Aug 19, 2024
1 parent b4f5ab0 commit 71ab709
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions irods_consortium_continuous_integration_build_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ def add_cmake_to_front_of_path():

def install_building_dependencies(externals_directory):
externals_list = [
'irods-externals-boost1.81.0-0',
'irods-externals-clang-runtime13.0.0-0',
'irods-externals-clang13.0.0-0',
'irods-externals-boost-libcxx1.81.0-1',
'irods-externals-clang-runtime13.0.1-0',
'irods-externals-clang13.0.1-0',
'irods-externals-cmake3.21.4-0',
'irods-externals-json3.10.4-0'
]
Expand Down
2 changes: 0 additions & 2 deletions irods_consortium_continuous_integration_test_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,6 @@ def main():
if options.do_setup:
install_build_prerequisites()

irods_python_ci_utilities.subprocess_get_output(['sudo', '-EH', 'python3', '-m', 'pip', 'install', 'unittest-xml-reporting==1.14.0'])

install_indexing_engine(options.indexing_engine)

# Packages are put either in top level or os-specific subdirectory.
Expand Down

0 comments on commit 71ab709

Please sign in to comment.