From 11bd577aba0cb0119471e5b2719221b0accc6620 Mon Sep 17 00:00:00 2001 From: Kyle Edwards Date: Thu, 15 Aug 2024 15:22:30 -0400 Subject: [PATCH] Build and install aws-sdk-cpp in wheel images Contributes to https://github.com/rapidsai/kvikio/pull/426 --- ci-wheel.Dockerfile | 19 +++++++++++++++++++ versions.yaml | 2 ++ 2 files changed, 21 insertions(+) diff --git a/ci-wheel.Dockerfile b/ci-wheel.Dockerfile index d224f2b..8febf71 100644 --- a/ci-wheel.Dockerfile +++ b/ci-wheel.Dockerfile @@ -119,6 +119,25 @@ mv gh_*/bin/gh /usr/local/bin rm -rf gh_* EOF +# Download, build, and install aws-sdk-cpp +ARG AWS_SDK_CPP_VER=notset +RUN <