Skip to content

Commit fc09f79

Browse files
SwooshyCuebalanking
authored andcommitted
[irods/externals#263] Update build hook for clang 16
1 parent eae01ae commit fc09f79

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

irods_consortium_continuous_integration_build_hook.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ 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-1',
42-
'irods-externals-clang13.0.1-0',
41+
externals_list = ['irods-externals-boost1.81.0-2',
42+
'irods-externals-clang16.0.6-0',
4343
'irods-externals-json3.10.4-0']
4444
if not use_system_cmake:
4545
externals_list.append('irods-externals-cmake3.21.4-0')

0 commit comments

Comments
 (0)