diff options
| author | ras0219 <533828+ras0219@users.noreply.github.com> | 2020-10-06 14:34:59 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-06 14:34:59 -0700 |
| commit | d8a4e6369059aeeaa76fdd6d5e53d22fe60d8244 (patch) | |
| tree | 510e5a7f35306c7b28417ab2d7184540a9b2bd54 /toolsrc/include | |
| parent | 88edf6f30a2074358e7b3b902e8b6b0ec5708ccb (diff) | |
| download | vcpkg-d8a4e6369059aeeaa76fdd6d5e53d22fe60d8244.tar.gz vcpkg-d8a4e6369059aeeaa76fdd6d5e53d22fe60d8244.zip | |
[vcpkg] Avoid computing triplet ABIs for editable packages (#13446)
* [vcpkg] Avoid computing triplet ABIs for editable packages
* [vcpkg] Address PR comments
* [vcpkg-end-to-end-tests] Add tests for --no-binarycaching, binarycaching by default, and --editable
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg/binarycaching.h | 5 | ||||
| -rw-r--r-- | toolsrc/include/vcpkg/build.h | 6 |
2 files changed, 0 insertions, 11 deletions
diff --git a/toolsrc/include/vcpkg/binarycaching.h b/toolsrc/include/vcpkg/binarycaching.h index be52d1e49..d76d60370 100644 --- a/toolsrc/include/vcpkg/binarycaching.h +++ b/toolsrc/include/vcpkg/binarycaching.h @@ -11,11 +11,6 @@ namespace vcpkg::Dependencies struct InstallPlanAction; struct ActionPlan; } -namespace vcpkg::Build -{ - struct AbiTagAndFile; - struct BuildPackageOptions; -} namespace vcpkg { diff --git a/toolsrc/include/vcpkg/build.h b/toolsrc/include/vcpkg/build.h index 99effe475..443bcd3a2 100644 --- a/toolsrc/include/vcpkg/build.h +++ b/toolsrc/include/vcpkg/build.h @@ -299,12 +299,6 @@ namespace vcpkg::Build } }; - struct AbiTagAndFile - { - std::string tag; - fs::path tag_file; - }; - struct CompilerInfo { std::string id; |
