Skip to content

Commit

Permalink
[#2092] Shave the libs3 sha
Browse files Browse the repository at this point in the history
  • Loading branch information
alanking committed Feb 20, 2023
1 parent 10d68c0 commit 296153c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if (NOT CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE)
message(STATUS "Setting unspecified CMAKE_BUILD_TYPE to '${CMAKE_BUILD_TYPE}'")
endif()

IRODS_MACRO_CHECK_DEPENDENCY_SET_FULLPATH_ADD_TO_IRODS_PACKAGE_DEPENDENCIES_LIST(S3 libs3c0e278d28-0)
IRODS_MACRO_CHECK_DEPENDENCY_SET_FULLPATH_ADD_TO_IRODS_PACKAGE_DEPENDENCIES_LIST(S3 libs3c0e278d2-0)
string(REPLACE ";" ", " IRODS_PACKAGE_DEPENDENCIES_STRING "${IRODS_PACKAGE_DEPENDENCIES_LIST}")

set(CMAKE_CXX_COMPILER ${IRODS_EXTERNALS_FULLPATH_CLANG}/bin/clang++)
Expand Down
2 changes: 1 addition & 1 deletion irods_consortium_continuous_integration_build_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def install_building_dependencies(externals_directory):
'irods-externals-fmt6.1.2-1',
'irods-externals-json3.7.3-0',
'irods-externals-libarchive3.3.2-1',
'irods-externals-libs3c0e278d28-0',
'irods-externals-libs3c0e278d2-0',
'irods-externals-nanodbc2.13.0-1',
'irods-externals-spdlog1.5.0-1',
'irods-externals-zeromq4-14.1.6-0'
Expand Down

0 comments on commit 296153c

Please sign in to comment.