-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[apsi] Add new port #18847
[apsi] Add new port #18847
Conversation
Feature "hexl" requires "apsi" only supports static build. |
You can add
|
Since "hexl" itself detects architecture and fails installation if not "x64", do I need to add this detection in |
That failure looks weird to me. Shall we rerun failed tests? |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Cool! Let me know if more changes are needed. Thanks! |
LGTM, except for the feature Just mentioned, have you tested the feature |
LGTM now, thanks for adding this new port. @WeiDaiWD |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Not meaning to push the process, I wonder if there is anything that I need to do. Thanks! |
Just wait for the process to merge. Nothing else needs to be done on your sides now. |
Describe the pull request
What does your PR fix?
Added a new port: apsi.
Which triplets are supported/not supported? Have you updated the CI baseline?
all static, No
Does your PR follow the maintainer guide?
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/