-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
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
rippled: 1.4.0 -> 1.5.0 #92308
rippled: 1.4.0 -> 1.5.0 #92308
Conversation
@@ -6486,6 +6486,12 @@ | |||
githubId = 131856; | |||
name = "Arnout Engelen"; | |||
}; | |||
RaghavSood = { |
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.
please separate this into another commit
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.
Done
pkgs/servers/rippled/default.nix
Outdated
"-DBOOST_LIBRARYDIR=${boost.out}/lib" | ||
"-DBOOST_INCLUDEDIR=${boost.dev}/include" | ||
]; | ||
cmakeFlags = ["-Dstatic=OFF" "-DBoost_NO_BOOST_CMAKE=ON" "-DCMAKE_BUILD_TYPE=Release"]; |
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.
cmake hook already adds CMAKE_BUILD_TYPE
cmakeFlags = ["-Dstatic=OFF" "-DBoost_NO_BOOST_CMAKE=ON" "-DCMAKE_BUILD_TYPE=Release"]; | |
cmakeFlags = ["-Dstatic=OFF" "-DBoost_NO_BOOST_CMAKE=ON" ]; |
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.
Ah, interesting - updated
pkgs/servers/rippled/default.nix
Outdated
|
||
preConfigure = '' | ||
export HOME=$PWD | ||
|
||
echo $HOME && ls -al |
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.
would you mind deleting this line?
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.
Apologies, that was for debugging - removed
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.
Thank you for update, looks good 🙂
We used rippled from nixpkgs in my previous company, but since I left, I did not keep it updated, well they seem to not use this package anymore. |
@offlinehacker thanks for the merge! I work at an exchange, and we do use rippled :) Should be able to keep it up to date with minimal effort |
Motivation for this change
Ripple has undergone a network upgrade and rippled 1.4.0 no longer syncs
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)