summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-and-install.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-05-19 12:33:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-05-19 12:33:27 +0000
commit841395dd16f470e3c051a0a4fff5b91efc983c30 (patch)
tree4115f6eedcddda75067130b80acaff9e51612f49 /.github/workflows/build-and-install.yml
parentAdding upstream version 1.30.1. (diff)
downloadnetdata-upstream/1.31.0.tar.xz
netdata-upstream/1.31.0.zip
Adding upstream version 1.31.0.upstream/1.31.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/workflows/build-and-install.yml')
-rw-r--r--.github/workflows/build-and-install.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/build-and-install.yml b/.github/workflows/build-and-install.yml
index 4c4693601..251a65162 100644
--- a/.github/workflows/build-and-install.yml
+++ b/.github/workflows/build-and-install.yml
@@ -23,6 +23,7 @@ jobs:
name: Build & Install
strategy:
fail-fast: false
+ max-parallel: 8
matrix:
distro:
- 'alpine:edge'
@@ -148,7 +149,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 +161,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 +173,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 +185,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 &&