Skip to content

Commit

Permalink
PSMDB-1278 Update AWS SDK to version 1.9.379
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsol committed Jun 8, 2023
1 parent 928e9a4 commit 95941d9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,12 @@ Debian/Ubuntu
export AWS_LIBS=/tmp/lib/aws
- Percona Server for MongoDB is built with AWS SDK CPP 1.8.187
- Percona Server for MongoDB is built with AWS SDK CPP 1.9.379
version. Switch to this version

.. code:: sh
cd aws-sdk-cpp && git checkout 1.8.187
cd aws-sdk-cpp && git checkout 1.9.379 && git submodule update --init --recursive
- It is recommended to keep build files outside the SDK directory.
Create a build directory and navigate to it
Expand Down Expand Up @@ -308,12 +308,12 @@ Red Hat Enterprise Linux/CentOS
export AWS_LIBS=/tmp/lib/aws
- Percona Server for MongoDB is built with AWS SDK CPP 1.8.187
- Percona Server for MongoDB is built with AWS SDK CPP 1.9.379
version. Switch to this version

.. code:: sh
cd aws-sdk-cpp && git checkout 1.8.187
cd aws-sdk-cpp && git checkout 1.9.379 && git submodule update --init --recursive
- It is recommended to keep build files outside of the SDK
directory. Create a build directory and navigate to it
Expand Down
9 changes: 6 additions & 3 deletions percona-packaging/scripts/psmdb_builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ get_sources(){
cd aws-sdk-cpp
git reset --hard
git clean -xdf
git checkout 1.8.187
git checkout 1.9.379
git submodule update --init --recursive
mkdir build
cd ../../
tar --owner=0 --group=0 --exclude=.* -czf ${PRODUCT}-${PSM_VER}-${PSM_RELEASE}.tar.gz ${PRODUCT}-${PSM_VER}-${PSM_RELEASE}
Expand Down Expand Up @@ -291,7 +292,8 @@ aws_sdk_build(){
cd aws-sdk-cpp
git reset --hard
git clean -xdf
git checkout 1.8.187
git checkout 1.9.379
git submodule update --init --recursive
mkdir build
cd build
CMAKE_CMD="cmake"
Expand Down Expand Up @@ -863,7 +865,8 @@ build_tarball(){
cd aws-sdk-cpp
git reset --hard
git clean -xdf
git checkout 1.8.187
git checkout 1.9.379
git submodule update --init --recursive
mkdir build
cd build
set_compiler
Expand Down
10 changes: 10 additions & 0 deletions src/mongo/db/storage/wiredtiger/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,17 @@ wtEnv.Library(
'aws-cpp-sdk-transfer',
'aws-cpp-sdk-s3',
'aws-cpp-sdk-core',
'aws-crt-cpp',
'aws-c-event-stream',
'aws-c-mqtt',
'aws-c-s3',
'aws-c-auth',
'aws-c-http',
'aws-c-compression',
'aws-c-io',
'aws-c-cal',
'aws-c-sdkutils',
's2n',
'aws-c-common',
'aws-checksums',
'curl',
Expand Down

0 comments on commit 95941d9

Please sign in to comment.