From ea54665956e62b8df21cce5a8f9f5ba9a2e53a6d Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Fri, 17 Feb 2023 10:51:03 +0100 Subject: ci: forward concurrent-flag from ci-templates This speeds up the builds by quite a big factor, because 4 is way less than what the builders provides. It brings the build time for me from around 1.5 minutes to about 20 seconds per job. Reviewed-by: Hoe Hao Cheng --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2d7db42e..88f8ca36 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -90,7 +90,7 @@ x86_build: --prefix $PWD/install --buildtype debug ${EXTRA_OPTION} - - ninja -C _build -j4 + - ninja -C _build -j${FDO_CI_CONCURRENT:-4} - ninja -C _build install build: -- cgit v1.2.1