Skip to content

Commit e0fec34

Browse files
committed
Update CI references to 0.0.112
1 parent c235b12 commit e0fec34

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
@@ -39,11 +39,11 @@ jobs:
3939
# Note this is a different endpoint, as we need one non-upstream commit!
4040
git clone https://git.bitcoin.ninja/rust-lightning
4141
cd rust-lightning
42-
git checkout origin/2022-09-111-java-bindings
42+
git checkout origin/2022-10-112-java-bindings
4343
cd ..
4444
git clone https://github.com/lightningdevkit/ldk-c-bindings
4545
cd ldk-c-bindings
46-
git checkout 0.0.111
46+
git checkout 0.0.112
4747
- name: Rebuild C bindings without STD
4848
run: |
4949
cd ldk-c-bindings
@@ -130,11 +130,11 @@ jobs:
130130
# Note this is a different endpoint, as we need one non-upstream commit!
131131
git clone https://git.bitcoin.ninja/rust-lightning
132132
cd rust-lightning
133-
git checkout origin/2022-09-111-java-bindings
133+
git checkout origin/2022-10-112-java-bindings
134134
cd ..
135135
git clone https://github.com/lightningdevkit/ldk-c-bindings
136136
cd ldk-c-bindings
137-
git checkout 0.0.111
137+
git checkout 0.0.112
138138
- name: Rebuild C bindings, and check the sample app builds + links
139139
run: |
140140
cd ldk-c-bindings
@@ -185,11 +185,11 @@ jobs:
185185
# Note this is a different endpoint, as we need one non-upstream commit!
186186
git clone https://git.bitcoin.ninja/rust-lightning
187187
cd rust-lightning
188-
git checkout origin/2022-09-111-java-bindings
188+
git checkout origin/2022-10-112-java-bindings
189189
cd ..
190190
git clone https://github.com/lightningdevkit/ldk-c-bindings
191191
cd ldk-c-bindings
192-
git checkout 0.0.111
192+
git checkout 0.0.112
193193
- name: Rebuild C bindings, and check the sample app builds + links
194194
run: |
195195
cd ldk-c-bindings
@@ -288,11 +288,11 @@ jobs:
288288
# Note this is a different endpoint, as we need one non-upstream commit!
289289
git clone https://git.bitcoin.ninja/rust-lightning
290290
cd rust-lightning
291-
git checkout origin/2022-09-111-java-bindings
291+
git checkout origin/2022-10-112-java-bindings
292292
cd ..
293293
git clone https://github.com/lightningdevkit/ldk-c-bindings
294294
cd ldk-c-bindings
295-
git checkout 0.0.111
295+
git checkout 0.0.112
296296
- name: Checkout Android AAR binaries and artifacts
297297
run: |
298298
# Gitweb only allows snapshots of folders by providing the object hash, which we have to extract:
@@ -368,11 +368,11 @@ jobs:
368368
# Note this is a different endpoint, as we need one non-upstream commit!
369369
git clone https://git.bitcoin.ninja/rust-lightning
370370
cd rust-lightning
371-
git checkout origin/2022-09-111-java-bindings
371+
git checkout origin/2022-10-112-java-bindings
372372
cd ..
373373
git clone https://github.com/lightningdevkit/ldk-c-bindings
374374
cd ldk-c-bindings
375-
git checkout 0.0.111
375+
git checkout 0.0.112
376376
- name: Rebuild C bindings with upstream clang, and check the sample app builds + links
377377
run: |
378378
export PATH=`pwd`/clang+llvm-14.0.5-x86_64-apple-darwin/bin:$PATH

0 commit comments

Comments
 (0)