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:38 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-05-19 12:33:59 +0000
commit1ee0c09c5742557e037df5421ca62abddb90ae22 (patch)
tree71c0fa48bb6d31d036c9badd7e038527f90d1a73 /.github/workflows/build-and-install.yml
parentReleasing debian version 1.30.1-1. (diff)
downloadnetdata-1ee0c09c5742557e037df5421ca62abddb90ae22.tar.xz
netdata-1ee0c09c5742557e037df5421ca62abddb90ae22.zip
Merging upstream version 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 &&