-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[c4core, ryml] Add windows arm/arm64 support #18316
Conversation
@NancyLi1013 Sorry, I didn't noticed PR #18230. I use this commit because latest rapidyaml references this commit as submodule. https://github.com/biojppm/rapidyaml/tree/master/ext |
Thanks for your clarification. @ysc3839 The failures on CI pipeline are like this, can you look into this?
|
@NancyLi1013 rapidyaml needs update to latest version. I created another PR #18317. |
I noticed that you commented #18317 also requires this PR here #18317 (comment). In this case, I suggest to update these two ports in one PR. Otherwise, CI test will not pass. |
@NancyLi1013 I just merge changes for rapidyaml into this branch. Please review. |
@NancyLi1013 Fixed, please review. |
Please run |
@NancyLi1013 Fixed, please review. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Could you please merge master to resolve the conflicts? @ysc3839 |
@NancyLi1013 Updated, please review. |
Fixed version error. |
Missing versions/baselin.json file. You can run |
@NancyLi1013 After running |
Since you didn't update the version in CONTROL files. I have submitted the review suggestions, please update version first, then run the command. Sorry, I ignored this point before. |
@NancyLi1013 Fixed. |
LGTM now, thanks for your PR @ysc3839. |
@NancyLi1013 rapidyaml has merged my PR for ARM build issue. I will update this PR to remove the patches. |
Thanks for your information. That's great. |
@NancyLi1013 Updated and rebased, please review. |
LGTM, thanks again for your work. @ysc3839 |
@NancyLi1013 Is there any updates of this PR? |
@ras0219-msft , @vicroms Could you please help merge this PR? Thanks. |
Sorry for the delay, thanks for the help! |
Describe the pull request
What does your PR fix?
Add arm/arm64 support for c4core and rapidyaml.
Which triplets are supported/not supported? Have you updated the CI baseline?
windows x86, x64, arm, arm64. Yes
Does your PR follow the maintainer guide?
I think yes
If you have added/updated a port: Have you run
./vcpkg x-add-version --all
and committed the result?Yes
If you are still working on the PR, open it as a Draft: https://github.blog/2019-02-14-introducing-draft-pull-requests/