Skip to content

Commit 1b729a5

Browse files
joelebacopybara-github
authored andcommitted
[Skymeld] Enable Skymeld by default.
#14057 PiperOrigin-RevId: 572493968 Change-Id: Ifbb1840eb54cea6777e142408b784703382eb4f0
1 parent 9a1afbe commit 1b729a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/google/devtools/build/lib/buildtool/BuildRequestOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ public String getSymlinkPrefix(String productName) {
375375
*/
376376
@Option(
377377
name = "experimental_merged_skyframe_analysis_execution",
378-
defaultValue = "false",
378+
defaultValue = "true",
379379
documentationCategory = OptionDocumentationCategory.UNDOCUMENTED,
380380
metadataTags = OptionMetadataTag.EXPERIMENTAL,
381381
effectTags = {OptionEffectTag.LOADING_AND_ANALYSIS, OptionEffectTag.EXECUTION},

0 commit comments

Comments
 (0)