[vlc-devel] [PATCH] extras: gitlab-ci: remove enforced -j MAKEFLAGS

Alexandre Janniaux ajanni at videolabs.io
Wed Jul 15 11:23:04 CEST 2020


Remove hardocded --jobs and use the value from the build script by
default, which is machdep.cpu.core_count + 1.
---
 extras/ci/gitlab-ci.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/extras/ci/gitlab-ci.yml b/extras/ci/gitlab-ci.yml
index 6a0c969832a..19ff8f2e4eb 100644
--- a/extras/ci/gitlab-ci.yml
+++ b/extras/ci/gitlab-ci.yml
@@ -53,14 +53,12 @@ variables:
         VLC_PATH: /Users/videolanci/sandbox/bin
         HOST_ARCH: arm64
         TRIPLET: $HOST_ARCH-apple-iphoneos
-        MAKEFLAGS: -j4
         SDKNAME: iphoneos
 
 .variables-ios-armv7: &variables-ios-armv7
         VLC_PATH: /Users/videolanci/sandbox/bin
         HOST_ARCH: armv7
         TRIPLET: $HOST_ARCH-apple-iphoneos
-        MAKEFLAGS: -j4
         SDKNAME: iphoneos
 
 .variables-ios-simulator-x86_64: &variables-ios-simulator-x86_64
-- 
2.27.0



More information about the vlc-devel mailing list