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
1 changed file:
Changes:
... | ... | @@ -37,6 +37,7 @@ cd /var/tmp/build/[% project %]-[% c("version") %] |
37 | 37 | cat > .mozconfig << 'MOZCONFIG_EOF'
|
38 | 38 | . $topsrcdir/mozconfig-[% c("var/osname") %]
|
39 | 39 | |
40 | +mk_add_options MOZ_PARALLEL_BUILD=[% c("num_procs") %]
|
|
40 | 41 | export MOZ_INCLUDE_SOURCE_INFO=1
|
41 | 42 | export MOZ_SOURCE_REPO="[% c('var/gitlab_project') %]"
|
42 | 43 | export MOZ_SOURCE_CHANGESET=[% c("var/git_commit") %]
|