summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDaniel Stone <daniels@collabora.com>2021-06-21 20:36:48 +0100
committerDaniel Stone <daniels@collabora.com>2021-08-03 11:13:23 +0000
commitd98e3dadd4ec818480c367a009a5c877e4013292 (patch)
tree40d38ef3347308b7f17891a3f39de15aeac0682b /.gitlab-ci.yml
parente4d8899b58e06a534608062b5ed3a3fbdfcf1a17 (diff)
downloadweston-d98e3dadd4ec818480c367a009a5c877e4013292.tar.gz
CI: Use appropriate parallelism for container builds
The shared runners export ${FDO_CI_CONCURRENT} for the appropriate number of CPUs we should use during our builds. Signed-off-by: Daniel Stone <daniels@collabora.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 030db11b..d8deb29b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,7 +25,7 @@ stages:
.debian:
variables:
FDO_DISTRIBUTION_VERSION: buster
- FDO_DISTRIBUTION_EXEC: 'bash .gitlab-ci/debian-install.sh'
+ FDO_DISTRIBUTION_EXEC: 'env FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash .gitlab-ci/debian-install.sh'
FDO_DISTRIBUTION_TAG: '2021-07-31.0-pipewire'
.ci-rules: