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

Alexandre Janniaux git at videolan.org
Thu Jul 16 11:44:28 CEST 2020


vlc | branch: master | Alexandre Janniaux <ajanni at videolabs.io> | Wed Jul 15 10:35:41 2020 +0200| [00c051612ca0cde4a7209e1d2d52de441ea88df3] | committer: Alexandre Janniaux

extras: gitlab-ci: remove enforced -j MAKEFLAGS

Remove hardocded --jobs and use the value from the build script by
default, which is machdep.cpu.core_count + 1.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=00c051612ca0cde4a7209e1d2d52de441ea88df3
---

 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 6a0c969832..19ff8f2e4e 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



More information about the vlc-commits mailing list