Merge "Flip on Bazel mixed builds by default"
This commit is contained in:
@@ -246,9 +246,7 @@ func defaultBazelProdMode(cfg *configImpl) bool {
|
|||||||
if runtime.GOOS == "darwin" {
|
if runtime.GOOS == "darwin" {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
// TODO(b/255364055): Flip this to true to enable bazel-mode by default
|
return true
|
||||||
// for all users that don't opt out with BUILD_BROKEN_DISABLE_BAZEL.
|
|
||||||
return false
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewConfig(ctx Context, args ...string) Config {
|
func NewConfig(ctx Context, args ...string) Config {
|
||||||
|
Reference in New Issue
Block a user