[Android] CI: don't limit the build to 8 threads

Steve Lhomme git at videolan.org
Wed Nov 20 06:47:54 UTC 2024


vlc-android | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Sep  5 08:39:32 2024 +0200| [295ab590da48f56b8a91364b8b7fe390b6e66fc0] | committer: Duncan McNamara

CI: don't limit the build to 8 threads

No need to make it artificially slower.

> https://code.videolan.org/videolan/vlc-android/commit/295ab590da48f56b8a91364b8b7fe390b6e66fc0
---

 buildsystem/gitlab/.gitlab-ci.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/buildsystem/gitlab/.gitlab-ci.yml b/buildsystem/gitlab/.gitlab-ci.yml
index 6de3b0dd0c..84e31d1fda 100644
--- a/buildsystem/gitlab/.gitlab-ci.yml
+++ b/buildsystem/gitlab/.gitlab-ci.yml
@@ -86,8 +86,6 @@ webserver-vulnerabilities:
         - mkdir -p ~/.android
         - if [ -n "$KEYSTORE_FILE_BASE64" ]; then base64 -d $KEYSTORE_FILE_BASE64 > ~/.android/debug.keystore; fi
         - ./buildsystem/compile.sh ${EXTRA_BUILD_PARAM} -a ${ARCH}
-    variables:
-        MAKEFLAGS: -j8
 
 # Rebuilds libvlc JNI
 .build-libvlc-base:



More information about the Android mailing list