-
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
[stx] Add new port #12011
[stx] Add new port #12011
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The file CMakeLists.txt should be removed from here and a patch provided instead.
@jeanga |
If have not tested it thoroughly but the basic building blocks (Result<>, panic) are working fine and useful. |
By "testing the feature", you meant the "backtrace" feature? |
Yes, I mean the |
I verified the feature works on x86-windows, x86-windows-static, x64-windows, x64-windows-static and x64-linux. |
Co-authored-by: NancyLi1013 <[email protected]>
Co-authored-by: NancyLi1013 <[email protected]>
Co-authored-by: NancyLi1013 <[email protected]>
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Co-authored-by: NancyLi1013 <[email protected]>
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Thanks! @jeanga |
* Add port STX * stx: improve include files handling, disabled shared library support * [stx] remove CMakeLists.txt, add CMakeLists.patch, fixes * Update ports/stx/CMakeLists.patch to remove comments Co-authored-by: NancyLi1013 <[email protected]> * CMakeLists.txt remove comment for installed region * Update ports/stx/portfile.cmake Co-authored-by: NancyLi1013 <[email protected]> * Update ports/stx/portfile.cmake Co-authored-by: NancyLi1013 <[email protected]> * Use vcpkg_check_linkage(ONLY_STATIC_LIBRARY) instead of custom logic Co-authored-by: NancyLi1013 <[email protected]> * Update portfile.cmake Co-authored-by: Jean Gautier <[email protected]> Co-authored-by: NancyLi1013 <[email protected]>
Add port STX
What does your PR fix? Fixes [New Port Request] STX #11918
Which triplets are supported/not supported? Have you updated the CI baseline?
tested triplets:
x86-windows
x86-windows-static
x86-windows
x86-windows-static
x64-linux (WSL).
Does your PR follow the maintainer guide?
As far as I can tell, Yes