Skip to content

Commit

Permalink
Default to 'NoReports' for remote build reporting.
Browse files Browse the repository at this point in the history
See haskell#6210 for more information.
  • Loading branch information
m-renaud committed Apr 2, 2020
1 parent 3764b1d commit 64a2189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cabal-install/Distribution/Client/Config.hs
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ initialSavedConfig = do
},
savedInstallFlags = mempty {
installSummaryFile = toNubList [toPathTemplate (logsDir </> "build.log")],
installBuildReports= toFlag AnonymousReports,
installBuildReports= toFlag NoReports,
installNumJobs = toFlag Nothing
},
savedClientInstallFlags = mempty {
Expand Down

0 comments on commit 64a2189

Please sign in to comment.