-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[expat] Update the version to 2.2.9 (add support for uwp) #9146
[expat] Update the version to 2.2.9 (add support for uwp) #9146
Conversation
/azp run |
4 similar comments
/azp run |
/azp run |
/azp run |
/azp run |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
…NancyLi/3174-update-expat
@NancyLi1013 @JackBoosY what needs to be done to get this merged? Anything I could help with? I would love to get expat v2.2.9, thanks. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@ray42 we are trying to solve the baseline error, then we will handle this PR. |
@JackBoosY Thank you. @NancyLi1013 - let me know if there is anything I can help out with, thank you. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
…NancyLi/3174-update-expat
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
The regression on x64-osx for
|
@NancyLi1013 is this |
The It should not block this PR. But we can also wait for #11208 merged and then try to rerun this PR. There are also many changes in this PR. We may wait for all CI checks have passed. |
…NancyLi/3174-update-expat # Conflicts: # ports/wxwidgets/portfile.cmake
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@NancyLi1013 what's going on with |
…NancyLi/3174-update-expat # Conflicts: # ports/wxwidgets/CONTROL # ports/wxwidgets/portfile.cmake
For the regressions caused by itk, I'm in investigation now. I resolved the conflicts for |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
…NancyLi/3174-update-expat
The regressions for
Could you please help take a look? I don't know what's wrong with |
…NancyLi/3174-update-expat
@strega-nil I noticed that you updated cmake to 3.18.1 and also disable I tried to install cmake 3.17.2 via The results from expat branch:
The results from master branch:
So I'm not sure if the regressions on CI are related with the changes in this PR. I also have a doubt that why you update cmake to 3.18.1? |
@NancyLi1013 yeah, that was a thing that was broken in that version of CMake with the latest version of VC++. |
…NancyLi/3174-update-expat # Conflicts: # ports/wxwidgets/CONTROL
…ncyLi1013/vcpkg into dev/NancyLi/3174-update-expat
@strega-nil thanks for your help. |
Thanks to everyone, especially @NancyLi1013 , for the awesome work :) |
…9146) * [expat] Update the version to 2.2.9(support uwp) * [readosm] Fix expat.lib cannot be found * Remove expat:arm-uwp and expat:x64-uwp from fail list in ci.baseline.txt * [apr-util,io2d,skia] Fix expat cannot be found and also update expat * [many ports] Add supports and fix the regressions * Fix new regressions * Fix typo * [io2d] Update expat patch * [io2d,libkml,skia] Fix expat cannot find and also fix typo * [expat] Remove usage * [libkml,vtk] Update expat patch and fix static build * [wxwidgets] Fix static build caused by expat cannot found * Update as review suggestion * Add Port-Version * Remove evpp:x64-osx=fail from ci.baseline.txt * [wxwidgest] Remove unnecessary spaces * [itk] Fix expat cannot be found * fix cmake test port * [wxwidgets] Update Port-Version Co-authored-by: Nicole Mazzuca <[email protected]>
Update to 2.2.9
find_package()
byexpat-config.cmake
instead ofFindexpat.cmake
(Remove usage in ports/expat/usage)Fix #3174, #11840