Update CI branches to LDK 0.0.114
authorMatt Corallo <git@bluematt.me>
Wed, 8 Mar 2023 05:13:58 +0000 (05:13 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 9 Mar 2023 20:02:52 +0000 (20:02 +0000)
.github/workflows/build.yml

index 8500c569932b5585c2938919d25a378c9b1b3367..f2dfb6f0639e6812a7a3349b3be3a99b2004243b 100644 (file)
@@ -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-12-0.0.113-java-bindings
+          git checkout origin/2023-02-0.0.114-java-bindings
           cd ..
           git clone https://github.com/lightningdevkit/ldk-c-bindings
           cd ldk-c-bindings
-          git checkout 0.0.113
+          git checkout 0.0.114
       - name: Rebuild C bindings without STD
         run: |
           cd ldk-c-bindings
@@ -132,11 +132,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-12-0.0.113-java-bindings
+          git checkout origin/2023-02-0.0.114-java-bindings
           cd ..
           git clone https://github.com/lightningdevkit/ldk-c-bindings
           cd ldk-c-bindings
-          git checkout 0.0.113
+          git checkout 0.0.114
       - name: Rebuild C bindings, and check the sample app builds + links
         run: |
           cd ldk-c-bindings
@@ -187,11 +187,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-12-0.0.113-java-bindings
+          git checkout origin/2023-02-0.0.114-java-bindings
           cd ..
           git clone https://github.com/lightningdevkit/ldk-c-bindings
           cd ldk-c-bindings
-          git checkout 0.0.113
+          git checkout 0.0.114
       - name: Rebuild C bindings, and check the sample app builds + links
         run: |
           cd ldk-c-bindings
@@ -290,11 +290,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-12-0.0.113-java-bindings
+          git checkout origin/2023-02-0.0.114-java-bindings
           cd ..
           git clone https://github.com/lightningdevkit/ldk-c-bindings
           cd ldk-c-bindings
-          git checkout 0.0.113
+          git checkout 0.0.114
       - name: Checkout Android AAR binaries and artifacts
         run: |
           # Gitweb only allows snapshots of folders by providing the object hash, which we have to extract:
@@ -370,11 +370,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-12-0.0.113-java-bindings
+          git checkout origin/2023-02-0.0.114-java-bindings
           cd ..
           git clone https://github.com/lightningdevkit/ldk-c-bindings
           cd ldk-c-bindings
-          git checkout 0.0.113
+          git checkout 0.0.114
       - name: Rebuild C bindings with upstream clang, and check the sample app builds + links
         run: |
           export PATH=`pwd`/clang+llvm-15.0.3-x86_64-apple-darwin/bin:$PATH