File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/test/java/com/google/devtools/build/lib/buildtool/util Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 84
84
import com .google .devtools .build .lib .runtime .BlazeRuntime ;
85
85
import com .google .devtools .build .lib .runtime .BlazeServerStartupOptions ;
86
86
import com .google .devtools .build .lib .runtime .BlazeWorkspace ;
87
+ import com .google .devtools .build .lib .runtime .BuildSummaryStatsModule ;
87
88
import com .google .devtools .build .lib .runtime .CommandEnvironment ;
88
89
import com .google .devtools .build .lib .runtime .NoSpawnCacheModule ;
89
90
import com .google .devtools .build .lib .runtime .ServerBuilder ;
@@ -563,7 +564,8 @@ protected BlazeRuntime.Builder getRuntimeBuilder() throws Exception {
563
564
.addBlazeModule (new OutputFilteringModule ())
564
565
.addBlazeModule (connectivityModule )
565
566
.addBlazeModule (new SkymeldModule ())
566
- .addBlazeModule (getMockBazelRepositoryModule ());
567
+ .addBlazeModule (getMockBazelRepositoryModule ())
568
+ .addBlazeModule (new BuildSummaryStatsModule ());
567
569
getSpawnModules ().forEach (builder ::addBlazeModule );
568
570
builder
569
571
.addBlazeModule (getBuildInfoModule ())
You can’t perform that action at this time.
0 commit comments