From d8a4e6369059aeeaa76fdd6d5e53d22fe60d8244 Mon Sep 17 00:00:00 2001 From: ras0219 <533828+ras0219@users.noreply.github.com> Date: Tue, 6 Oct 2020 14:34:59 -0700 Subject: [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 --- toolsrc/include/vcpkg/binarycaching.h | 5 ----- toolsrc/include/vcpkg/build.h | 6 ------ 2 files changed, 11 deletions(-) (limited to 'toolsrc/include') 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; -- cgit v1.2.3