We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f77f020 commit acfe805Copy full SHA for acfe805
.travis.yml
@@ -32,7 +32,7 @@ before_script:
32
# more FDs than the default limit.
33
- 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" . && make -j4 all && sudo make install && popd
+ - pushd /tmp/aws-sdk-cpp-1.3.50 && cmake -DBUILD_ONLY="s3;kinesis;transfer" . && make -j4 all && sudo make install && popd
36
# Install librdkafka
37
- LIBRDKAFKA_VERSION=0.11.3
38
- wget https://github.com/edenhill/librdkafka/archive/v${LIBRDKAFKA_VERSION}.tar.gz
0 commit comments