From 5f5092939364f3a3987c715caa5793f4fb568a02 Mon Sep 17 00:00:00 2001 From: Aleksey Nasibulin Date: Tue, 24 Dec 2024 16:40:13 +0800 Subject: [PATCH] vcpkg: Disable telemetry by default (Closes #6413) --- bucket/vcpkg.json | 1 + 1 file changed, 1 insertion(+) diff --git a/bucket/vcpkg.json b/bucket/vcpkg.json index 173501e851581..ddc217ae0dd5d 100644 --- a/bucket/vcpkg.json +++ b/bucket/vcpkg.json @@ -28,6 +28,7 @@ ], "installer": { "file": "bootstrap-vcpkg.bat", + "args": ["-disableMetrics"], "keep": true }, "post_install": "vcpkg integrate install",