From 86dd0eabb492a14969b11a908d919f9128c738dc Mon Sep 17 00:00:00 2001 From: Konstantin Akimov Date: Sat, 16 Mar 2024 02:43:01 +0700 Subject: [PATCH] chore: increase amount of build jobs from 4 to 8 for depends --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a0aa12935e..bd5c877dfa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,7 +44,6 @@ builder-image: SDK_URL: https://bitcoincore.org/depends-sources/sdks XCODE_VERSION: "12.2" XCODE_BUILD_ID: 12B45b - MAKEJOBS: -j4 before_script: - echo HOST=$HOST - | @@ -63,7 +62,7 @@ builder-image: fi fi script: - - make $MAKEJOBS -C depends HOST=$HOST $DEP_OPTS + - make -j$(nproc) -C depends HOST=$HOST $DEP_OPTS cache: # Let all branches share the same cache, which is ok because the depends subsystem is able to handle this properly (it works with hashes of all scripts) key: