Skip to content

Commit 43fd237

Browse files
committed
Upgrade AWS SDK in .travis.yml
1 parent 8c4a8f9 commit 43fd237

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ before_script:
3131
# Increase the maximum number of open file descriptors, since some tests use
3232
# more FDs than the default limit.
3333
- ulimit -n 8192
34-
- pushd /tmp && wget https://github.com/aws/aws-sdk-cpp/archive/1.3.50.tar.gz -O /tmp/aws-sdk.tar.gz && tar -xvf /tmp/aws-sdk.tar.gz > /dev/null && popd
35-
- pushd /tmp/aws-sdk-cpp-1.3.50 && cmake -DBUILD_ONLY="s3;kinesis;transfer" . && make -j4 all && sudo make install && popd
34+
- pushd /tmp && wget https://github.com/aws/aws-sdk-cpp/archive/1.7.111.tar.gz -O /tmp/aws-sdk.tar.gz && tar -xvf /tmp/aws-sdk.tar.gz > /dev/null && popd
35+
- pushd /tmp/aws-sdk-cpp-1.7.111 && cmake -DBUILD_ONLY='kinesis;core;s3;transfer' -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_TESTING=OFF . && make -j4 all && sudo make install && popd
3636
# Install librdkafka
3737
- LIBRDKAFKA_VERSION=0.11.3
3838
- wget https://github.com/edenhill/librdkafka/archive/v${LIBRDKAFKA_VERSION}.tar.gz

0 commit comments

Comments
 (0)