[tbb-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41206: Pass the number of processors to GeckoView's mozconfig.
Pier Angelo Vendrame (@pierov)
git at gitlab.torproject.org
Mon Aug 19 13:36:27 UTC 2024
Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
2fb90e5f by Pier Angelo Vendrame at 2024-08-19T15:29:08+02:00
Bug 41206: Pass the number of processors to GeckoView's mozconfig.
- - - - -
1 changed file:
- projects/geckoview/build
Changes:
=====================================
projects/geckoview/build
=====================================
@@ -42,6 +42,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/2fb90e5f74eccbb3cc7131f4748f8fed47930555
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/2fb90e5f74eccbb3cc7131f4748f8fed47930555
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20240819/73ae8814/attachment.htm>
More information about the tbb-commits
mailing list