Loading ui/build/config.go +6 −1 Original line number Original line Diff line number Diff line Loading @@ -1375,6 +1375,11 @@ func (c *configImpl) StartGoma() bool { } } func (c *configImpl) UseRBE() bool { func (c *configImpl) UseRBE() bool { // These alternate modes of running Soong do not use RBE / reclient. if c.Bp2Build() || c.Queryview() || c.ApiBp2build() || c.JsonModuleGraph() { return false } authType, _ := c.rbeAuth() authType, _ := c.rbeAuth() // Do not use RBE with prod credentials in scenarios when stubby doesn't exist, since // Do not use RBE with prod credentials in scenarios when stubby doesn't exist, since // its unlikely that we will be able to obtain necessary creds without stubby. // its unlikely that we will be able to obtain necessary creds without stubby. Loading Loading
ui/build/config.go +6 −1 Original line number Original line Diff line number Diff line Loading @@ -1375,6 +1375,11 @@ func (c *configImpl) StartGoma() bool { } } func (c *configImpl) UseRBE() bool { func (c *configImpl) UseRBE() bool { // These alternate modes of running Soong do not use RBE / reclient. if c.Bp2Build() || c.Queryview() || c.ApiBp2build() || c.JsonModuleGraph() { return false } authType, _ := c.rbeAuth() authType, _ := c.rbeAuth() // Do not use RBE with prod credentials in scenarios when stubby doesn't exist, since // Do not use RBE with prod credentials in scenarios when stubby doesn't exist, since // its unlikely that we will be able to obtain necessary creds without stubby. // its unlikely that we will be able to obtain necessary creds without stubby. Loading