@cryptotaxi247 / netdata-1 / commits / 9d4810604

ci: fix aws-kinesis builds (#10992)

Co-authored-by: Vladimir Kobal <vlad@prokk.net>

Ilya Mashchenko committed Apr 21, 2021 at 10:43 UTC 9d481060489110db52dcd0f8d7e22196c70742c0
1 file changed +4 -4
.github/workflows/build-and-install.yml
+4 -4
@@ -148,7 +148,7 @@ jobs:
148 yum -y groupinstall 'Development Tools' &&
149 yum -y install libcurl-devel openssl-devel libuuid-devel
150 build_kinesis: >-
151 - git clone https://github.com/aws/aws-sdk-cpp.git &&
151 + git clone --branch 1.8.186 --depth 1 https://github.com/aws/aws-sdk-cpp.git &&
152 cmake -DCMAKE_INSTALL_PREFIX=/usr
153 -DBUILD_ONLY=kinesis
154 ./aws-sdk-cpp &&
@@ -160,7 +160,7 @@ jobs:
160 DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential &&
161 DEBIAN_FRONTEND=noninteractive apt-get install -y libcurl4-openssl-dev libssl-dev uuid-dev zlib1g-dev libpulse-dev
162 build_kinesis: >-
163 - git clone https://github.com/aws/aws-sdk-cpp.git &&
163 + git clone --branch 1.8.186 --depth 1 https://github.com/aws/aws-sdk-cpp.git &&
164 cmake -DCMAKE_INSTALL_PREFIX=/usr
165 -DBUILD_ONLY=kinesis
166 ./aws-sdk-cpp &&
@@ -172,7 +172,7 @@ jobs:
172 dnf -y groupinstall 'Development Tools' &&
173 dnf -y install libcurl-devel openssl-devel libuuid-devel
174 build_kinesis: >-
175 - git clone https://github.com/aws/aws-sdk-cpp.git &&
175 + git clone --branch 1.8.186 --depth 1 https://github.com/aws/aws-sdk-cpp.git &&
176 cmake -DCMAKE_INSTALL_PREFIX=/usr
177 -DBUILD_ONLY=kinesis
178 ./aws-sdk-cpp &&
@@ -184,7 +184,7 @@ jobs:
184 DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential &&
185 DEBIAN_FRONTEND=noninteractive apt-get install -y libcurl4-openssl-dev libssl-dev uuid-dev zlib1g-dev libpulse-dev
186 build_kinesis: >-
187 - git clone https://github.com/aws/aws-sdk-cpp.git &&
187 + git clone --branch 1.8.186 --depth 1 https://github.com/aws/aws-sdk-cpp.git &&
188 cmake -DCMAKE_INSTALL_PREFIX=/usr
189 -DBUILD_ONLY=kinesis
190 ./aws-sdk-cpp &&