Open malkia opened 7 months ago
https://github.com/bazelbuild/rules_cc/blob/4a62c693309887664cb733245d1c74f17a992942/cc/private/toolchain/windows_cc_configure.bzl#L144
Also applies to built-in rules in bazel itself, but consider this:
Setting VSCMD_SKIP_SENDTELEMETRY=1 (or any value) would prevent trying to send it. Also avoid expensive call to powershell.exe
https://github.com/bazelbuild/rules_cc/blob/4a62c693309887664cb733245d1c74f17a992942/cc/private/toolchain/windows_cc_configure.bzl#L144
Also applies to built-in rules in bazel itself, but consider this:
Setting VSCMD_SKIP_SENDTELEMETRY=1 (or any value) would prevent trying to send it. Also avoid expensive call to powershell.exe