You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2021/09/19 00:29:22 UTC

[pulsar] branch master updated: Remove python3 from vcpkg.json (#12092)

This is an automated email from the ASF dual-hosted git repository.

penghui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new fccc1cf  Remove python3 from vcpkg.json (#12092)
fccc1cf is described below

commit fccc1cf60467bc0600c6507271cff85146d9f9e8
Author: Yunze Xu <xy...@163.com>
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.
---
 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",