File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments