Skip to content

Commit 67f5b29

Browse files
committed
Upgrade AWS SDK to fix Curl on Debian 12.
Signed-off-by: Pascal Spörri <[email protected]>
1 parent 7b754ac commit 67f5b29

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
env:
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

1818
jobs:
1919
Build:

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ endif()
162162

163163
message(STATUS "Using ${AWSSDK_ROOT} to search for AWS.")
164164

165+
find_package(ZLIB REQUIRED)
165166
find_package(AWSSDK REQUIRED COMPONENTS s3)
166167
message(STATUS "AWS SDK Libraries: ${AWSSDK_LINK_LIBRARIES}")
167168

DEPENDENCIES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
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
1010
export 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
1515
export GRPC_VERSION="v1.51.1"
1616
# Boost Version

0 commit comments

Comments
 (0)