From: Matt Corallo Date: Wed, 27 Jul 2022 17:14:24 +0000 (+0000) Subject: Update CI references to LDK 0.0.110 X-Git-Tag: v0.0.110.0^2~3 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-java;a=commitdiff_plain;h=e2765220d300607e47275bbcd8c74fe4232d6556 Update CI references to LDK 0.0.110 --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 638bab96..139412a7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,11 +39,11 @@ jobs: # Note this is a different endpoint, as we need one non-upstream commit! git clone https://git.bitcoin.ninja/rust-lightning cd rust-lightning - git checkout origin/2022-07-109-java-bindings + git checkout origin/2022-07-110-java-bindings cd .. git clone https://github.com/lightningdevkit/ldk-c-bindings cd ldk-c-bindings - git checkout 0.0.109 + git checkout 0.0.110 - name: Rebuild C bindings without STD run: | cd ldk-c-bindings @@ -130,11 +130,11 @@ jobs: # Note this is a different endpoint, as we need one non-upstream commit! git clone https://git.bitcoin.ninja/rust-lightning cd rust-lightning - git checkout origin/2022-07-109-java-bindings + git checkout origin/2022-07-110-java-bindings cd .. git clone https://github.com/lightningdevkit/ldk-c-bindings cd ldk-c-bindings - git checkout 0.0.109 + git checkout 0.0.110 - name: Rebuild C bindings, and check the sample app builds + links run: | cd ldk-c-bindings @@ -185,11 +185,11 @@ jobs: # Note this is a different endpoint, as we need one non-upstream commit! git clone https://git.bitcoin.ninja/rust-lightning cd rust-lightning - git checkout origin/2022-07-109-java-bindings + git checkout origin/2022-07-110-java-bindings cd .. git clone https://github.com/lightningdevkit/ldk-c-bindings cd ldk-c-bindings - git checkout 0.0.109 + git checkout 0.0.110 - name: Rebuild C bindings, and check the sample app builds + links run: | cd ldk-c-bindings @@ -288,11 +288,11 @@ jobs: # Note this is a different endpoint, as we need one non-upstream commit! git clone https://git.bitcoin.ninja/rust-lightning cd rust-lightning - git checkout origin/2022-07-109-java-bindings + git checkout origin/2022-07-110-java-bindings cd .. git clone https://github.com/lightningdevkit/ldk-c-bindings cd ldk-c-bindings - git checkout 0.0.109 + git checkout 0.0.110 - name: Checkout Android AAR binaries and artifacts run: | # Gitweb only allows snapshots of folders by providing the object hash, which we have to extract: @@ -368,11 +368,11 @@ jobs: # Note this is a different endpoint, as we need one non-upstream commit! git clone https://git.bitcoin.ninja/rust-lightning cd rust-lightning - git checkout origin/2022-07-109-java-bindings + git checkout origin/2022-07-110-java-bindings cd .. git clone https://github.com/lightningdevkit/ldk-c-bindings cd ldk-c-bindings - git checkout 0.0.109 + git checkout 0.0.110 - name: Rebuild C bindings with upstream clang, and check the sample app builds + links run: | export PATH=`pwd`/clang+llvm-14.0.5-x86_64-apple-darwin/bin:$PATH