Skip to content

Commit

Permalink
DEPOT_TOOLS_METRICS=0
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Nov 1, 2019
1 parent e565ac6 commit 3775d83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ fn gclient_sync() {
cmd.arg("--shallow");
cmd.arg("--verbose");
cmd.env("DEPOT_TOOLS_UPDATE", "0");
cmd.env("DEPOT_TOOLS_METRICS", "0");
cmd.env("GCLIENT_FILE", third_party.join("gclient_config.py"));
// We're not using Google's internal infrastructure.
cmd.env("DEPOT_TOOLS_WIN_TOOLCHAIN", "0");
Expand Down

0 comments on commit 3775d83

Please sign in to comment.