-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #165 from TheBlueMatt/main
Cut 0.0.124.0
- Loading branch information
Showing
1,773 changed files
with
268,875 additions
and
166,415 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,13 +40,11 @@ jobs: | |
# Note this is a different endpoint, as we need one non-upstream commit! | ||
git clone https://github.com/lightningdevkit/rust-lightning | ||
cd rust-lightning | ||
git checkout origin/0.0.123-bindings | ||
git checkout origin/0.0.124-bindings | ||
cd .. | ||
git clone https://github.com/lightningdevkit/ldk-c-bindings | ||
cd ldk-c-bindings | ||
git checkout 0.0.123 | ||
cd lightning-c-bindings | ||
cargo update -p memchr --precise "2.5.0" --verbose | ||
git checkout 0.0.124 | ||
- name: Rebuild C bindings without STD | ||
run: | | ||
cd ldk-c-bindings | ||
|
@@ -138,13 +136,11 @@ jobs: | |
# Note this is a different endpoint, as we need one non-upstream commit! | ||
git clone https://github.com/lightningdevkit/rust-lightning | ||
cd rust-lightning | ||
git checkout origin/0.0.123-bindings | ||
git checkout origin/0.0.124-bindings | ||
cd .. | ||
git clone https://github.com/lightningdevkit/ldk-c-bindings | ||
cd ldk-c-bindings | ||
git checkout 0.0.123 | ||
cd lightning-c-bindings | ||
cargo update -p memchr --precise "2.5.0" --verbose | ||
git checkout 0.0.124 | ||
- name: Rebuild C bindings with STD | ||
run: | | ||
cd ldk-c-bindings | ||
|
@@ -185,11 +181,11 @@ jobs: | |
# Note this is a different endpoint, as we need one non-upstream commit! | ||
git clone https://github.com/lightningdevkit/rust-lightning | ||
cd rust-lightning | ||
git checkout origin/0.0.123-bindings | ||
git checkout origin/0.0.124-bindings | ||
cd .. | ||
git clone https://github.com/lightningdevkit/ldk-c-bindings | ||
cd ldk-c-bindings | ||
git checkout 0.0.123 | ||
git checkout 0.0.124 | ||
- name: Fetch MacOS SDK | ||
run: | | ||
curl -o Xcode-12.2-12B45b-extracted-SDK-with-libcxx-headers.tar.gz https://bitcoincore.org/depends-sources/sdks/Xcode-12.2-12B45b-extracted-SDK-with-libcxx-headers.tar.gz | ||
|
@@ -340,13 +336,11 @@ jobs: | |
# Note this is a different endpoint, as we need one non-upstream commit! | ||
git clone https://github.com/lightningdevkit/rust-lightning | ||
cd rust-lightning | ||
git checkout origin/0.0.123-bindings | ||
git checkout origin/0.0.124-bindings | ||
cd .. | ||
git clone https://github.com/lightningdevkit/ldk-c-bindings | ||
cd ldk-c-bindings | ||
git checkout 0.0.123 | ||
cd lightning-c-bindings | ||
cargo update -p memchr --precise "2.5.0" --verbose | ||
git checkout 0.0.124 | ||
- name: Pin proc-macro and quote to meet MSRV | ||
run: | | ||
cd ldk-c-bindings/c-bindings-gen | ||
|
@@ -403,13 +397,11 @@ jobs: | |
# Note this is a different endpoint, as we need one non-upstream commit! | ||
git clone https://github.com/lightningdevkit/rust-lightning | ||
cd rust-lightning | ||
git checkout origin/0.0.123-bindings | ||
git checkout origin/0.0.124-bindings | ||
cd .. | ||
git clone https://github.com/lightningdevkit/ldk-c-bindings | ||
cd ldk-c-bindings | ||
git checkout 0.0.123 | ||
cd lightning-c-bindings | ||
cargo update -p memchr --precise "2.5.0" --verbose | ||
git checkout 0.0.124 | ||
- name: Pin proc-macro and quote to meet MSRV | ||
run: | | ||
cd ldk-c-bindings/c-bindings-gen | ||
|
@@ -532,11 +524,11 @@ jobs: | |
# Note this is a different endpoint, as we need one non-upstream commit! | ||
git clone https://github.com/lightningdevkit/rust-lightning | ||
cd rust-lightning | ||
git checkout origin/0.0.123-bindings | ||
git checkout origin/0.0.124-bindings | ||
cd .. | ||
git clone https://github.com/lightningdevkit/ldk-c-bindings | ||
cd ldk-c-bindings | ||
git checkout 0.0.123 | ||
git checkout 0.0.124 | ||
- name: Fetch MacOS SDK | ||
run: | | ||
curl -o Xcode-12.2-12B45b-extracted-SDK-with-libcxx-headers.tar.gz https://bitcoincore.org/depends-sources/sdks/Xcode-12.2-12B45b-extracted-SDK-with-libcxx-headers.tar.gz | ||
|
@@ -661,22 +653,23 @@ jobs: | |
- name: Install cbindgen | ||
run: | | ||
. $HOME/.cargo/env | ||
cargo install cbindgen | ||
git clone https://github.com/eqrion/cbindgen | ||
cd cbindgen/ | ||
git checkout v0.20.0 | ||
cargo update -p indexmap --precise "1.6.2" --verbose | ||
cargo install --locked --path . | ||
- name: Checkout Rust-Lightning and LDK-C-Bindings git | ||
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "LDK CI" | ||
# Note this is a different endpoint, as we need one non-upstream commit! | ||
git clone https://github.com/lightningdevkit/rust-lightning | ||
cd rust-lightning | ||
git checkout origin/0.0.123-bindings | ||
git checkout origin/0.0.124-bindings | ||
cd .. | ||
git clone https://github.com/lightningdevkit/ldk-c-bindings | ||
cd ldk-c-bindings | ||
git checkout 0.0.123 | ||
cd lightning-c-bindings | ||
. $HOME/.cargo/env | ||
cargo update -p memchr --precise "2.5.0" --verbose | ||
git checkout 0.0.124 | ||
- name: Checkout Android AAR binaries and artifacts | ||
run: | | ||
# Gitweb only allows snapshots of folders by providing the object hash, which we have to extract: | ||
|
This file contains 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
Oops, something went wrong.