-
Notifications
You must be signed in to change notification settings - Fork 6
cmake: Regular rebasing of the cmake-staging
branch
#75
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
Conversation
Co-authored-by: Cory Fields <[email protected]> Co-authored-by: Vasil Dimov <[email protected]>
Co-authored-by: Cory Fields <[email protected]>
To configure CMake for cross-compiling, use `--toolchain depends/${HOST}/share/toolchain.cmake` command-line option.
Keep this commit at the top when rebasing.
Friendly ping @vasild @TheCharlatan @theuni @pablomartin4btc @m3dwards :) |
CI looks green :) The plan is to process #72 after approving this PR. |
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.
ACK 67ceebb
Thank you for your review! This branch has been force pushed into the https://github.com/hebasto/bitcoin/tree/cmake-staging. Closing. |
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.
post-merge ACK 67ceebb/ I was in the middle of it when the PR got closed.
Reproduced the steps detailed in the description.
This is the cmake-staging branch rebased on the recent bitcoin/master one with the squashed "!fixup" commits.
Steps to reproduce:
git rebase -i --autosquash 9e1306fc886bcf8024ec37687bbfb8ae364286d6
command (there is a conflict, which can be resolved by removing the.github/workflows/ci.yml
file).