This is an automated email from the ASF dual-hosted git repository. penghui pushed a commit to branch branch-2.8 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit dd8aeafda05f573c780eccbfa38c69456f7a5f25 Author: Yunze Xu <[email protected]> AuthorDate: Sun Sep 19 08:28:14 2021 +0800 Remove python3 from vcpkg.json (#12092) ### Motivation The master CI is broken by the Windows C++ build if the C++ related code was changed. See https://github.com/apache/pulsar/pull/12076/checks?check_run_id=3639836198 for example. It's because there's a bug in latest vcpkg for python3 build. See https://github.com/microsoft/vcpkg/issues/20242. ### Modifications Remove the python3 dependency from vcpkg.json. Since the CI doesn't build Python wrapper, it won't affect the build. (cherry picked from commit fccc1cf60467bc0600c6507271cff85146d9f9e8) --- pulsar-client-cpp/vcpkg.json | 1 - 1 file changed, 1 deletion(-) diff --git a/pulsar-client-cpp/vcpkg.json b/pulsar-client-cpp/vcpkg.json index fab37aa..735507e 100644 --- a/pulsar-client-cpp/vcpkg.json +++ b/pulsar-client-cpp/vcpkg.json @@ -21,7 +21,6 @@ "snappy", "zlib", "zstd", - "python3", "log4cxx", { "name": "dlfcn-win32",
