Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSVC/Windows: Consider setting VSCMD_SKIP_SENDTELEMETRY=<some-random-value> to avoid slowdown during VsDevEnv.cmd setup #223

Open
malkia opened this issue Apr 4, 2024 · 0 comments
Labels
P3 Accepted issue. Team is likely to fix this issue in the future, but no short-term promises are made.

Comments

@malkia
Copy link

malkia commented Apr 4, 2024

("VS160COMNTOOLS", "VsDevCmd.bat"),

Also applies to built-in rules in bazel itself, but consider this:

image

Setting VSCMD_SKIP_SENDTELEMETRY=1 (or any value) would prevent trying to send it. Also avoid expensive call to powershell.exe

@comius comius added P3 Accepted issue. Team is likely to fix this issue in the future, but no short-term promises are made. type: bug Something that should be working isn't working and removed type: bug Something that should be working isn't working labels May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 Accepted issue. Team is likely to fix this issue in the future, but no short-term promises are made.
Projects
None yet
Development

No branches or pull requests

2 participants