-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[ace] tao as feature #11473
[ace] tao as feature #11473
Conversation
Hi @victorburckel Since this PR is related with #11369 and #11441. What do you think about this? |
Hi @NancyLi1013 |
@victorburckel |
# Conflicts: # ports/ace/CONTROL
Ok I merged the master branch and resolved the conflicts. I updated the CONTROL file to set the version to -4 because it should be merged after #11441 (which updates the version to -2) and #11464 (which updates the version to -3). I guess there will still be conflicts when the both will merged, especially the last one which uses arrays to enumerate includes to install for windows build. |
# Conflicts: # ports/ace/CONTROL # ports/ace/portfile.cmake
Now, I think you can continue this PR. Thanks. |
# Conflicts: # ports/ace/portfile.cmake
Thanks, conflicts resolved. |
Hi, are you waiting for any feedback, rework from me ? |
Could you please resolve the conflicts? All features have passed with the following triplets:
|
# Conflicts: # ports/ace/portfile.cmake
Ok thanks for the test, I merged master and adapt to reflect the changes made to the portfile, and updated the version. |
Please wait for us until the baseline error is resolved. #11742 |
Hi, I can't see if build failures are related to this PR or not. Can I do something to help making progress on that PR ? |
@victorburckel |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Thanks for the PR! |
* Add tao as feature for ace * Use vcpkg_install_msbuild instead of vcpkg_build_msbuild * Use lists for directories installation as in microsoft#11464 * Update to version 6.5.9-4 * Update version Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* Add tao as feature for ace * Use vcpkg_install_msbuild instead of vcpkg_build_msbuild * Use lists for directories installation as in microsoft#11464 * Update to version 6.5.9-4 * Update version Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Build tao as feature with ace
What does your PR fix? Fixes [New Port Request] ace+tao #8447. It tries to continue work performed in [ace] Added TAO as feature #8468.
Which triplets are supported/not supported? Have you updated the CI baseline?
CI baseline was not updated, it should work with all triplets currently supported by ace, which should be all supported triplets once [ace] Add patch to fix Visual Studio 2019 16.5 internal compiler error #11369 and [ace] Add support for uwp #11441 will be merged.
Does your PR follow the maintainer guide?
Yes