From a571c8ecc0ca5c576c8a2811cd57fe294f3bee6b Mon Sep 17 00:00:00 2001 From: ras0219 <533828+ras0219@users.noreply.github.com> Date: Thu, 9 Jul 2020 15:14:05 -0700 Subject: [vcpkg] Move default binary cache from `$root/archives` to user-wide directory (#12256) * [vcpkg] Move default binary cache from `$root/archives` to user-wide directory Teach nuget/nugetconfig binary sources to use read/write. * [vcpkg] Reformat Co-authored-by: Robert Schumacher --- toolsrc/include/vcpkg/binarycaching.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'toolsrc/include') diff --git a/toolsrc/include/vcpkg/binarycaching.h b/toolsrc/include/vcpkg/binarycaching.h index 24c81b905..8517c551a 100644 --- a/toolsrc/include/vcpkg/binarycaching.h +++ b/toolsrc/include/vcpkg/binarycaching.h @@ -42,8 +42,7 @@ namespace vcpkg IBinaryProvider& null_binary_provider(); - ExpectedS> create_binary_provider_from_configs(const VcpkgPaths& paths, - View args); + ExpectedS> create_binary_provider_from_configs(View args); ExpectedS> create_binary_provider_from_configs_pure(const std::string& env_string, View args); -- cgit v1.2.3