[builders/tor-browser-build] branch main updated: Bug 40370: Use num_procs for firefox and geckoview builds

This is an automated email from the git hooks/post-receive script. richard pushed a commit to branch main in repository builders/tor-browser-build. The following commit(s) were added to refs/heads/main by this push: new 9fcd1334 Bug 40370: Use num_procs for firefox and geckoview builds 9fcd1334 is described below commit 9fcd1334ce1eb425f347f9f772ef66bb00fd2806 Author: Nicolas Vigier <boklm@torproject.org> AuthorDate: Thu Oct 20 09:05:11 2022 +0200 Bug 40370: Use num_procs for firefox and geckoview builds --- projects/firefox/mozconfig | 1 + projects/geckoview/config | 1 + 2 files changed, 2 insertions(+) diff --git a/projects/firefox/mozconfig b/projects/firefox/mozconfig index 04b20bd3..d7efd37d 100755 --- a/projects/firefox/mozconfig +++ b/projects/firefox/mozconfig @@ -73,4 +73,5 @@ ac_add_options --with-relative-profile=[% c('var/ProjectName') %]/Data/Browser mk_add_options MOZ_APP_DISPLAYNAME="[% c('var/Project_Name') %]" +mk_add_options MOZ_PARALLEL_BUILD=[% c("num_procs") %] diff --git a/projects/geckoview/config b/projects/geckoview/config index ac625a15..8b591c9c 100644 --- a/projects/geckoview/config +++ b/projects/geckoview/config @@ -67,6 +67,7 @@ steps: cd $builddir/[% project %]-[% c("version") %] ln -s mozconfig-android-all .mozconfig + echo 'mk_add_options MOZ_PARALLEL_BUILD=[% c("num_procs") %]' >> .mozconfig eval $(perl $rootdir/get-moz-build-date [% c("var/copyright_year") %] [% c("var/torbrowser_version") %]) if [ -z $MOZ_BUILD_DATE ] -- To stop receiving notification emails like this one, please contact the administrator of this repository.
participants (1)
-
gitolite role