[wxWidgets] update to 3.1.5#17314
[wxWidgets] update to 3.1.5#17314electron271 wants to merge 5 commits intomicrosoft:masterfrom electron271:patch-3
Conversation
|
how exactly to update the patch? |
|
@electron271 You might also want to look at #17072 and #17111 |
|
@electron271 ,usually update the port, there are the following steps:
The above is the most basic way to update ports. Of course, this is the only way to update all ports. We have more small details and gradual update strategies that need to be paid attention to at any time. Hope these can help you, thanks for your contribution |
ports/wxwidgets/vcpkg.json
Outdated
| "version-semver": "3.1.4", | ||
| "port-version": 7, | ||
| "version-semver": "3.1.5", | ||
| "port-version": 8, |
There was a problem hiding this comment.
@electron271 ,please delete port-version or set port-version to 0
versions/w-/wxwidgets.json
Outdated
| { | ||
| "git-tree": "b284aa561d3ec113a892e6fb37e4b4333bf60517", | ||
| "version-semver": "3.1.5", | ||
| "port-version": 8 |
There was a problem hiding this comment.
please delete port-version or set port-version to 0
|
@electron271 ,I found that the current problem of CI is due to the incorrect use of patch. You can try to remake the patch. |
|
how would I remake the patch? |
@electron271 ,You can follow the steps below Direct to the libs path src: such as :C:\fixDate\vcpkg\buildtrees\date\src\date-2.4Git init . |
Describe the pull request
What does your PR fix?
Fixes [wxWidgets] update to 3.1.5 #17313
Which triplets are supported/not supported? Have you updated the CI baseline?
UWP is not supported
Does your PR follow the maintainer guide?
I think so..If you have added/updated a port: Have you run
./vcpkg x-add-version --alland committed the result?No
If you are still working on the PR, open it as a Draft: https://github.blog/2019-02-14-introducing-draft-pull-requests/