Loading ui/build/config.go +5 −0 Original line number Original line Diff line number Diff line Loading @@ -1246,6 +1246,11 @@ func (c *configImpl) StartGoma() bool { } } func (c *configImpl) canSupportRBE() bool { func (c *configImpl) canSupportRBE() bool { // Only supported on linux if runtime.GOOS != "linux" { return false } // 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. authType, _ := c.rbeAuth() authType, _ := c.rbeAuth() Loading Loading
ui/build/config.go +5 −0 Original line number Original line Diff line number Diff line Loading @@ -1246,6 +1246,11 @@ func (c *configImpl) StartGoma() bool { } } func (c *configImpl) canSupportRBE() bool { func (c *configImpl) canSupportRBE() bool { // Only supported on linux if runtime.GOOS != "linux" { return false } // 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. authType, _ := c.rbeAuth() authType, _ := c.rbeAuth() Loading