Add C-lightning v0.8.1#22
Open
darosior wants to merge 3 commits into
Open
Conversation
Revert "external: Reorganize to support cross-compilation" This reverts commit f9b3b96a63c1ced2034325fd0591cd7e74277426. Revert "Add cross-compilation options only when requested (#3275)" This reverts commit 170918ff8c61ce2beb8bfdc0daae893a0f3981bf.
ae85c60 to
10f4b78
Compare
Author
|
(amended the first commit as I forgot to delete a patchfile..) |
Contributor
|
ack 10f4b78 Cross-compiled binaries works well on android device, I still add a bunch of commits on top to fix my local building process and add bcli plugin on local https://github.com/lvaccaro/bitcoin_ndk/tree/add_clightningv0.8.1 . |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This builds upon #21 and updates the patches to build the last C-lightning release,
v0.8.1.There might be a more elegant solution than ae85c60, which grossly reverts two commits.
Anyway thanks a lot for the initial port of C-lightning !