File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1313
1414env :
1515 DOCKER_CACHE_DIR : github_actions_cache
16- DEPENDENCIES_VERSION : ' v2024-04-21 '
16+ DEPENDENCIES_VERSION : ' v2024-04-22 ' # Make sure this matches DEPENDENCIES.
1717
1818jobs :
1919 Build :
Original file line number Diff line number Diff line change @@ -162,6 +162,7 @@ endif()
162162
163163message (STATUS "Using ${AWSSDK_ROOT} to search for AWS." )
164164
165+ find_package (ZLIB REQUIRED)
165166find_package (AWSSDK REQUIRED COMPONENTS s3)
166167message (STATUS "AWS SDK Libraries: ${AWSSDK_LINK_LIBRARIES} " )
167168
Original file line number Diff line number Diff line change 44#
55# NOTE:
66# If any of these values are changed the `DEPENDENCIES_VERSION` in `.github/workflows/ci.yml` needs to be updated.
7- DEPENDENCIES_VERSION=v2024-04-21 # Make sure this matches .github/workflows/ci.yml
7+ DEPENDENCIES_VERSION=v2024-04-22 # Make sure this matches .github/workflows/ci.yml
88
99# Default Docker build target
1010export DOCKER_BUILD_TARGET=${DOCKER_BUILD_TARGET:-"ubuntu22.04"}
1111
1212# AWS SDK
13- export AWS_SDK_VERSION="1.10.20 "
13+ export AWS_SDK_VERSION="1.11.311 "
1414# GRPC Version
1515export GRPC_VERSION="v1.51.1"
1616# Boost Version
You can’t perform that action at this time.
0 commit comments