Skip to content

Commit 8b10bd3

Browse files
authored
Merge pull request #6625 from m-renaud/disable-remote-build-reporting-by-default
Default to 'NoReports' for remote build reporting.
2 parents 8874aba + d0b3dfb commit 8b10bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cabal-install/Distribution/Client/Config.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ initialSavedConfig = do
588588
},
589589
savedInstallFlags = mempty {
590590
installSummaryFile = toNubList [toPathTemplate (logsDir </> "build.log")],
591-
installBuildReports= toFlag AnonymousReports,
591+
installBuildReports= toFlag NoReports,
592592
installNumJobs = toFlag Nothing
593593
},
594594
savedClientInstallFlags = mempty {

0 commit comments

Comments
 (0)