Skip to content
Snippets Groups Projects
Commit 48474165 authored by calrama's avatar calrama
Browse files

[windows] disable vcpkg telemetry

parent ee76ce94
No related branches found
No related tags found
No related merge requests found
......@@ -49,5 +49,5 @@ RUN $vcpkg_dir = 'C:/vcpkg'; \
git clone -b robofish --single-branch https://git.imp.fu-berlin.de/bioroboticslab/robofish/vcpkg.git; \
cd $vcpkg_dir; \
git checkout d61d47c5cac2198bf0262d75742e8a4a38e573d6; \
./scripts/bootstrap.ps1; \
./scripts/bootstrap.ps1 -disableMetrics; \
[Environment]::SetEnvironmentVariable('VCPKG_DIR', "\"$vcpkg_dir\"", [EnvironmentVariableTarget]::Machine);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment