[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41206: Pass the number of processors to GeckoView's mozconfig.



Title: GitLab

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:

Changes:

  • projects/geckoview/build
    ... ... @@ -42,6 +42,7 @@ cd /var/tmp/build/[% project %]-[% c("version") %]
    42 42
     cat > .mozconfig << 'MOZCONFIG_EOF'
    
    43 43
     . $topsrcdir/mozconfig-[% c("var/osname") %]
    
    44 44
     
    
    45
    +mk_add_options MOZ_PARALLEL_BUILD=[% c("num_procs") %]
    
    45 46
     export MOZ_INCLUDE_SOURCE_INFO=1
    
    46 47
     export MOZ_SOURCE_REPO="[% c('var/gitlab_project') %]"
    
    47 48
     export MOZ_SOURCE_CHANGESET=[% c("var/git_commit") %]
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits