From 295ab590da48f56b8a91364b8b7fe390b6e66fc0 Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Thu, 5 Sep 2024 08:39:32 +0200 Subject: [PATCH] CI: don't limit the build to 8 threads No need to make it artificially slower. --- 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 6de3b0dd0..84e31d1fd 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: