morgan pushed to branch maint-13.5 at The Tor Project / Applications / tor-browser-build
Commits: ec572810 by Pier Angelo Vendrame at 2024-08-19T20:13:55+00:00 Bug 41206: Pass the number of processors to GeckoView's mozconfig.
- - - - -
1 changed file:
- projects/geckoview/build
Changes:
===================================== projects/geckoview/build ===================================== @@ -37,6 +37,7 @@ cd /var/tmp/build/[% project %]-[% c("version") %] cat > .mozconfig << 'MOZCONFIG_EOF' . $topsrcdir/mozconfig-[% c("var/osname") %]
+mk_add_options MOZ_PARALLEL_BUILD=[% c("num_procs") %] export MOZ_INCLUDE_SOURCE_INFO=1 export MOZ_SOURCE_REPO="[% c('var/gitlab_project') %]" export MOZ_SOURCE_CHANGESET=[% c("var/git_commit") %]
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/ec...
tor-commits@lists.torproject.org