Skip to content

Commit f921bee

Browse files
SwooshyCuebalanking
authored andcommitted
[irods/irods#7220] update externals in build hook
1 parent f6c1798 commit f921bee

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

irods_consortium_continuous_integration_build_hook.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ def install_building_dependencies(externals_directory):
3838

3939
use_system_cmake = is_system_cmake_newer_than_externals_cmake()
4040

41-
externals_list = ['irods-externals-boost1.81.0-0',
42-
'irods-externals-clang-runtime13.0.0-0',
43-
'irods-externals-clang13.0.0-0',
41+
externals_list = ['irods-externals-boost-libcxx1.81.0-1',
42+
'irods-externals-clang-runtime13.0.1-0',
43+
'irods-externals-clang13.0.1-0',
4444
'irods-externals-json3.10.4-0']
4545
if not use_system_cmake:
4646
externals_list.append('irods-externals-cmake3.21.4-0')

0 commit comments

Comments
 (0)