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

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



Title: GitLab

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:

Changes:

  • projects/geckoview/build
    ... ... @@ -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") %]
    

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