Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/vcpkg/build.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1043,6 +1043,7 @@ namespace vcpkg::Build
}
}

abi_tag_entries.emplace_back("ports.cmake", vcpkg::Hash::get_file_hash(VCPKG_LINE_INFO, fs, paths.ports_cmake, Hash::Algorithm::Sha1));

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this should not change during a given invocation of vcpkg, it would be great to cache it inside VcpkgPaths, similar to the existing VcpkgPaths::get_cmake_script_hashes().

abi_tag_entries.emplace_back("post_build_checks", "2");
std::vector<std::string> sorted_feature_list = action.feature_list;
Util::sort(sorted_feature_list);
Expand Down