-
Notifications
You must be signed in to change notification settings - Fork 1.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
Add xrpld build option and Conan package test #5052
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.
I like the with_xrpld
change. We should start using it in Clio asap too 👍
Imo worth merging. We can add the Clio notification on top of it right here or in the other PR once this is merged.
examples/example/src/example.cpp
Outdated
|
||
#include <xrpl/protocol/BuildInfo.h> | ||
|
||
int main(int argc, const char** argv) { |
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.
nit: I thought rippled codebase preferred east-const, not that it matters ☝️
@Bronek this is still awaiting your review 🙇 |
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.
I like it, just some minor comments
I renamed the option to be more consistent with the other option names (especially |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #5052 +/- ##
=======================================
Coverage 71.4% 71.4%
=======================================
Files 796 796
Lines 67031 67031
Branches 10865 10865
=======================================
+ Hits 47831 47833 +2
+ Misses 19200 19198 -2 |
* Make xrpld target optional * Add job to test Conan recipe * [fold] address review comments * [fold] Enable tests in workflows * [fold] Rename with_xrpld option * [fold] Fix grep expression
* Document the need to specify "xrpld" and "tests" to build and test rippled.
Related to #5028. The Clio trigger from that branch needs to be merged with this one.