diff options
| author | ras0219 <533828+ras0219@users.noreply.github.com> | 2020-07-09 15:14:05 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-09 15:14:05 -0700 |
| commit | a571c8ecc0ca5c576c8a2811cd57fe294f3bee6b (patch) | |
| tree | 4824c6c1373bdb93c3a7074a8c1dbc26241324cc /toolsrc/include | |
| parent | 513cac2f62ef637fabc7173f156955bac8482cb9 (diff) | |
| download | vcpkg-a571c8ecc0ca5c576c8a2811cd57fe294f3bee6b.tar.gz vcpkg-a571c8ecc0ca5c576c8a2811cd57fe294f3bee6b.zip | |
[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 <roschuma@microsoft.com>
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg/binarycaching.h | 3 |
1 files changed, 1 insertions, 2 deletions
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<std::unique_ptr<IBinaryProvider>> create_binary_provider_from_configs(const VcpkgPaths& paths,
- View<std::string> args);
+ ExpectedS<std::unique_ptr<IBinaryProvider>> create_binary_provider_from_configs(View<std::string> args);
ExpectedS<std::unique_ptr<IBinaryProvider>> create_binary_provider_from_configs_pure(const std::string& env_string,
View<std::string> args);
|
