Skip to content

Commit f13cfe6

Browse files
committed
Update CI bindings branches and tags to 0.0.108
1 parent 9dd77ad commit f13cfe6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
# Note this is a different endpoint, as we need one non-upstream commit!
3535
git clone https://git.bitcoin.ninja/rust-lightning
3636
cd rust-lightning
37-
git checkout origin/2021-03-java-bindings-base
37+
git checkout origin/2022-06-108-java-bindings
3838
cd ..
3939
git clone https://github.com/lightningdevkit/ldk-c-bindings
4040
cd ldk-c-bindings
41-
git checkout 0.0.106
41+
git checkout 0.0.108
4242
- name: Rebuild C bindings without STD
4343
run: |
4444
cd ldk-c-bindings
@@ -118,11 +118,11 @@ jobs:
118118
# Note this is a different endpoint, as we need one non-upstream commit!
119119
git clone https://git.bitcoin.ninja/rust-lightning
120120
cd rust-lightning
121-
git checkout origin/2021-03-java-bindings-base
121+
git checkout origin/2022-06-108-java-bindings
122122
cd ..
123123
git clone https://github.com/lightningdevkit/ldk-c-bindings
124124
cd ldk-c-bindings
125-
git checkout 0.0.106
125+
git checkout 0.0.108
126126
- name: Rebuild C bindings, and check the sample app builds + links
127127
run: |
128128
cd ldk-c-bindings
@@ -168,11 +168,11 @@ jobs:
168168
# Note this is a different endpoint, as we need one non-upstream commit!
169169
git clone https://git.bitcoin.ninja/rust-lightning
170170
cd rust-lightning
171-
git checkout origin/2021-03-java-bindings-base
171+
git checkout origin/2022-06-108-java-bindings
172172
cd ..
173173
git clone https://github.com/lightningdevkit/ldk-c-bindings
174174
cd ldk-c-bindings
175-
git checkout 0.0.106
175+
git checkout 0.0.108
176176
- name: Rebuild C bindings, and check the sample app builds + links
177177
run: |
178178
cd ldk-c-bindings
@@ -271,11 +271,11 @@ jobs:
271271
# Note this is a different endpoint, as we need one non-upstream commit!
272272
git clone https://git.bitcoin.ninja/rust-lightning
273273
cd rust-lightning
274-
git checkout origin/2021-03-java-bindings-base
274+
git checkout origin/2022-06-108-java-bindings
275275
cd ..
276276
git clone https://github.com/lightningdevkit/ldk-c-bindings
277277
cd ldk-c-bindings
278-
git checkout 0.0.106
278+
git checkout 0.0.108
279279
- name: Checkout Android AAR binaries and artifacts
280280
run: |
281281
# Gitweb only allows snapshots of folders by providing the object hash, which we have to extract:
@@ -351,11 +351,11 @@ jobs:
351351
# Note this is a different endpoint, as we need one non-upstream commit!
352352
git clone https://git.bitcoin.ninja/rust-lightning
353353
cd rust-lightning
354-
git checkout origin/2021-03-java-bindings-base
354+
git checkout origin/2022-06-108-java-bindings
355355
cd ..
356356
git clone https://github.com/lightningdevkit/ldk-c-bindings
357357
cd ldk-c-bindings
358-
git checkout 0.0.106
358+
git checkout 0.0.108
359359
- name: Rebuild C bindings with upstream clang, and check the sample app builds + links
360360
run: |
361361
export PATH=`pwd`/clang+llvm-14.0.1-x86_64-apple-darwin/bin:$PATH

0 commit comments

Comments
 (0)