Skip to content

Commit f137e64

Browse files
Googlercopybara-github
authored andcommitted
flip --incompatible_use_platforms_repo_for_constraints=true since most important downstream projects failures are now mitigated. Only flatbuffers remains broken https://buildkite.com/bazel/bazelisk-plus-incompatible-flags/builds/1271
PR to disable project for downstream pipeline bazelbuild/continuous-integration#1453 PiperOrigin-RevId: 475766466 Change-Id: I4f57b0d7dbfbbcbc96cc18116f241e356aa96911
1 parent 2cde45e commit f137e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/google/devtools/build/lib/analysis/config/CoreOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public class CoreOptions extends FragmentOptions implements Cloneable {
8080

8181
@Option(
8282
name = "incompatible_use_platforms_repo_for_constraints",
83-
defaultValue = "false",
83+
defaultValue = "true",
8484
documentationCategory = OptionDocumentationCategory.OUTPUT_PARAMETERS,
8585
effectTags = {OptionEffectTag.AFFECTS_OUTPUTS},
8686
metadataTags = {OptionMetadataTag.INCOMPATIBLE_CHANGE},

0 commit comments

Comments
 (0)