From 5d16c1953b8a9f698fcde76fd3e19b20f86a3a51 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Wed, 11 Jan 2023 00:54:24 +0000 Subject: [PATCH] Update CI references to 0.0.113 --- .github/workflows/build.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8b11eba6..ad9980dd 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-10-112-java-bindings + git checkout origin/2022-12-0.0.113-java-bindings cd .. git clone https://github.com/lightningdevkit/ldk-c-bindings cd ldk-c-bindings - git checkout 0.0.112 + git checkout 0.0.113 - 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-10-112-java-bindings + git checkout origin/2022-12-0.0.113-java-bindings cd .. git clone https://github.com/lightningdevkit/ldk-c-bindings cd ldk-c-bindings - git checkout 0.0.112 + git checkout 0.0.113 - 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-10-112-java-bindings + git checkout origin/2022-12-0.0.113-java-bindings cd .. git clone https://github.com/lightningdevkit/ldk-c-bindings cd ldk-c-bindings - git checkout 0.0.112 + git checkout 0.0.113 - 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-10-112-java-bindings + git checkout origin/2022-12-0.0.113-java-bindings cd .. git clone https://github.com/lightningdevkit/ldk-c-bindings cd ldk-c-bindings - git checkout 0.0.112 + git checkout 0.0.113 - 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-10-112-java-bindings + git checkout origin/2022-12-0.0.113-java-bindings cd .. git clone https://github.com/lightningdevkit/ldk-c-bindings cd ldk-c-bindings - git checkout 0.0.112 + git checkout 0.0.113 - 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 -- 2.30.2