ci: fix aws-kinesis builds (#10992)

Co-authored-by: Vladimir Kobal <vlad@prokk.net>
This commit is contained in:
Ilya Mashchenko 2021-04-21 10:43:56 +03:00 committed by GitHub
parent 3f1d1edbf9
commit 9d48106048
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -148,7 +148,7 @@ jobs:
yum -y groupinstall 'Development Tools' &&
yum -y install libcurl-devel openssl-devel libuuid-devel
build_kinesis: >-
git clone https://github.com/aws/aws-sdk-cpp.git &&
git clone --branch 1.8.186 --depth 1 https://github.com/aws/aws-sdk-cpp.git &&
cmake -DCMAKE_INSTALL_PREFIX=/usr
-DBUILD_ONLY=kinesis
./aws-sdk-cpp &&
@ -160,7 +160,7 @@ jobs:
DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential &&
DEBIAN_FRONTEND=noninteractive apt-get install -y libcurl4-openssl-dev libssl-dev uuid-dev zlib1g-dev libpulse-dev
build_kinesis: >-
git clone https://github.com/aws/aws-sdk-cpp.git &&
git clone --branch 1.8.186 --depth 1 https://github.com/aws/aws-sdk-cpp.git &&
cmake -DCMAKE_INSTALL_PREFIX=/usr
-DBUILD_ONLY=kinesis
./aws-sdk-cpp &&
@ -172,7 +172,7 @@ jobs:
dnf -y groupinstall 'Development Tools' &&
dnf -y install libcurl-devel openssl-devel libuuid-devel
build_kinesis: >-
git clone https://github.com/aws/aws-sdk-cpp.git &&
git clone --branch 1.8.186 --depth 1 https://github.com/aws/aws-sdk-cpp.git &&
cmake -DCMAKE_INSTALL_PREFIX=/usr
-DBUILD_ONLY=kinesis
./aws-sdk-cpp &&
@ -184,7 +184,7 @@ jobs:
DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential &&
DEBIAN_FRONTEND=noninteractive apt-get install -y libcurl4-openssl-dev libssl-dev uuid-dev zlib1g-dev libpulse-dev
build_kinesis: >-
git clone https://github.com/aws/aws-sdk-cpp.git &&
git clone --branch 1.8.186 --depth 1 https://github.com/aws/aws-sdk-cpp.git &&
cmake -DCMAKE_INSTALL_PREFIX=/usr
-DBUILD_ONLY=kinesis
./aws-sdk-cpp &&