Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove python3 from vcpkg.json #12092

Merged

Conversation

BewareMyPower
Copy link
Contributor

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 microsoft/vcpkg#20242.

Modifications

Remove the python3 dependency from vcpkg.json. Since the CI doesn't build Python wrapper, it won't affect the build.

@BewareMyPower BewareMyPower added type/bug The PR fixed a bug or issue reported a bug component/c++ area/build doc-not-needed Your PR changes do not impact docs release/2.8.2 labels Sep 18, 2021
@BewareMyPower BewareMyPower added this to the 2.9.0 milestone Sep 18, 2021
@BewareMyPower BewareMyPower self-assigned this Sep 18, 2021
@codelipenghui codelipenghui merged commit fccc1cf into apache:master Sep 19, 2021
codelipenghui pushed a commit that referenced this pull request Sep 19, 2021
### 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 microsoft/vcpkg#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 fccc1cf)
@codelipenghui codelipenghui added the cherry-picked/branch-2.8 Archived: 2.8 is end of life label Sep 19, 2021
@BewareMyPower BewareMyPower deleted the bewaremypower/fix-vcpkg-build branch December 14, 2021 10:28
bharanic-dev pushed a commit to bharanic-dev/pulsar that referenced this pull request Mar 18, 2022
### 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 microsoft/vcpkg#20242.

### Modifications

Remove the python3 dependency from vcpkg.json. Since the CI doesn't build Python wrapper, it won't affect the build.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build cherry-picked/branch-2.8 Archived: 2.8 is end of life doc-not-needed Your PR changes do not impact docs release/2.8.2 release/2.9.0 type/bug The PR fixed a bug or issue reported a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants