Skip to content

Commit 7a0abc4

Browse files
committed
Bump AbiTagPostBuildChecks number
Because this is changing the output packages, it needs to change the output package ABI (so we'll regenerate all packages with the new SBOM information)
1 parent d589226 commit 7a0abc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vcpkg/commands.build.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1470,7 +1470,7 @@ namespace vcpkg
14701470
#endif
14711471

14721472
abi_tag_entries.emplace_back(AbiTagPortsDotCMake, paths.get_ports_cmake_hash().to_string());
1473-
abi_tag_entries.emplace_back(AbiTagPostBuildChecks, "2");
1473+
abi_tag_entries.emplace_back(AbiTagPostBuildChecks, "3");
14741474
InternalFeatureSet sorted_feature_list = action.feature_list;
14751475
// Check that no "default" feature is present. Default features must be resolved before attempting to calculate
14761476
// a package ABI, so the "default" should not have made it here.

0 commit comments

Comments
 (0)