Skip to content

Commit 4d62196

Browse files
SwooshyCuebalanking
authored andcommitted
[irods/irods#7726] Migrate build hook to system nlohmann-json
1 parent c408a82 commit 4d62196

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

irods_consortium_continuous_integration_build_hook.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
def install_building_dependencies(externals_directory):
1515

1616
externals_list = ['irods-externals-boost1.81.0-2',
17-
'irods-externals-clang16.0.6-0',
18-
'irods-externals-json3.10.4-0']
17+
'irods-externals-clang16.0.6-0']
1918
if externals_directory == 'None' or externals_directory is None:
2019
irods_python_ci_utilities.install_irods_core_dev_repository()
2120
irods_python_ci_utilities.install_os_packages(externals_list)

0 commit comments

Comments
 (0)