Skip to content

Commit

Permalink
Don't build aws-sdk-cpp (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA authored Aug 29, 2024
1 parent f5a15f2 commit d63e1aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
20 changes: 0 additions & 20 deletions ci-wheel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,26 +91,6 @@ 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 <<EOF
pushd tmp
git clone --recurse-submodules -b ${AWS_SDK_CPP_VER} https://github.com/aws/aws-sdk-cpp.git
cd aws-sdk-cpp
cmake \
-S . \
-B build \
-DCMAKE_INSTALL_PREFIX=/usr/local \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_ONLY=s3 \
-DBUILD_SHARED_LIBS=OFF \
-DENABLE_TESTING=OFF \
-DENABLE_UNITY_BUILD=ON
cmake --build build/
cmake --install build/
popd
EOF

# Install sccache
ARG SCCACHE_VER=notset

Expand Down
2 changes: 0 additions & 2 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@ CODECOV_VER: 0.7.3
YQ_VER: 4.44.2
# renovate: datasource=docker depName=amazon/aws-cli versioning=docker
AWS_CLI_VER: 2.17.20
# renovate: datasource=github-releases depName=aws/aws-sdk-cpp
AWS_SDK_CPP_VER: 1.11.384

0 comments on commit d63e1aa

Please sign in to comment.