Reason for revert: Moving back again since I see many failures on our trybot trying to roll: https://build.chromium.org/p/tryserver.webrtc/builders/linux32_arm_dbg/builds/30/ Original issue's description: > Revert of Disable Goma for Linux32 (ARM) bots. (patchset #1 id:1 of https://codereview.webrtc.org/2911893002/ ) > > Reason for revert: > According to crbug.com/726706 this is now fixed so let's give it a try. > > Original issue's description: > > Disable Goma for Linux32 (ARM) bots. > > > > This config is having issues to build reliably on Goma. > > > > BUG=chromium:726706 > > TBR=mbonadei@webrtc.org > > > > Review-Url: https://codereview.webrtc.org/2911893002 . > > Cr-Commit-Position: refs/heads/master@{#18295} > > Committed:3a343ad329> > TBR=mbonadei@webrtc.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=chromium:726706 > > Review-Url: https://codereview.webrtc.org/2910963002 > Cr-Commit-Position: refs/heads/master@{#18299} > Committed:fd1ff9b881TBR=mbonadei@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=chromium:726706 Review-Url: https://codereview.webrtc.org/2908143002 Cr-Commit-Position: refs/heads/master@{#18301}
MB - The Meta-Build wrapper
MB is a simple wrapper intended to provide a uniform interface to either GYP or GN, such that users and bots can call one script and not need to worry about whether a given bot is meant to use GN or GYP.
It supports two main functions:
-
"gen" - the main
gyp_chromium/gn geninvocation that generates the Ninja files needed for the build. -
"analyze" - the step that takes a list of modified files and a list of desired targets and reports which targets will need to be rebuilt.
We also use MB as a forcing function to collect all of the different
build configurations that we actually support for Chromium builds into
one place, in //tools/mb/mb_config.pyl.
For more information, see: