Skip to content

Commit 283916e

Browse files
authored
Fix cpp branch (#420)
* Fix aws-cpp branch. * Fix build issues.
1 parent 24d295f commit 283916e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ matrix:
8080
- ls
8181
- df -h
8282
- echo "Building KPL in current directory in the Container..."
83-
- docker run --memory 9g -v $(pwd):/kpl -it amazonlinux:2 /bin/bash -c "export AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY && export AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID && yum install -y -q cmake3 gcc gcc-c++ make file tar gzip which perl git libuuid libuuid-devel maven zlib zlib-devel zlib-static && cd /kpl && ls && ./bootstrap.sh"
83+
- docker run --memory 9g -v $(pwd):/kpl -it amazonlinux:2 /bin/bash -c "export AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY && export AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID && yum install -y -q cmake3 gcc gcc-c++ make file tar gzip which perl git libuuid libuuid-devel maven zlib zlib-devel zlib-static wget && cd /kpl && ls && ./bootstrap.sh"
8484
- cd java/amazon-kinesis-producer/src/main/resources/amazon-kinesis-producer-native-binaries/$TRAVIS_OS_NAME-`uname -m`
8585
- ls
8686
- sudo zip kinesis-producer.zip kinesis_producer

bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function _curl {
8989
}
9090

9191
cd $INSTALL_DIR
92-
wget -P $INSTALL_DIR $CA_CERT
92+
wget --no-check-certificate -P $INSTALL_DIR $CA_CERT
9393

9494
function conf {
9595
if [[ "$OSTYPE" == "darwin"* ]]; then

0 commit comments

Comments
 (0)