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

Konstantin Pavlov thresh at videolan.org
Wed Jul 15 15:04:16 CEST 2020


Hello,

On Wed, Jul 15, 2020 at 11:23:04AM +0200, Alexandre Janniaux wrote:
> 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

Of course, LGTM!

-- 
VideoLAN, Vice President
www.videolan.org
+7 926 165 45 31
@cryothresh


More information about the vlc-devel mailing list