Skip to content

Commit 96f79a0

Browse files
committed
Update CI branches to LDK 0.0.114
1 parent 5789053 commit 96f79a0

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-12-0.0.113-java-bindings
42+
git checkout origin/2023-02-0.0.114-java-bindings
4343
cd ..
4444
git clone https://github.com/lightningdevkit/ldk-c-bindings
4545
cd ldk-c-bindings
46-
git checkout 0.0.113
46+
git checkout 0.0.114
4747
- name: Rebuild C bindings without STD
4848
run: |
4949
cd ldk-c-bindings
@@ -132,11 +132,11 @@ jobs:
132132
# Note this is a different endpoint, as we need one non-upstream commit!
133133
git clone https://git.bitcoin.ninja/rust-lightning
134134
cd rust-lightning
135-
git checkout origin/2022-12-0.0.113-java-bindings
135+
git checkout origin/2023-02-0.0.114-java-bindings
136136
cd ..
137137
git clone https://github.com/lightningdevkit/ldk-c-bindings
138138
cd ldk-c-bindings
139-
git checkout 0.0.113
139+
git checkout 0.0.114
140140
- name: Rebuild C bindings, and check the sample app builds + links
141141
run: |
142142
cd ldk-c-bindings
@@ -187,11 +187,11 @@ jobs:
187187
# Note this is a different endpoint, as we need one non-upstream commit!
188188
git clone https://git.bitcoin.ninja/rust-lightning
189189
cd rust-lightning
190-
git checkout origin/2022-12-0.0.113-java-bindings
190+
git checkout origin/2023-02-0.0.114-java-bindings
191191
cd ..
192192
git clone https://github.com/lightningdevkit/ldk-c-bindings
193193
cd ldk-c-bindings
194-
git checkout 0.0.113
194+
git checkout 0.0.114
195195
- name: Rebuild C bindings, and check the sample app builds + links
196196
run: |
197197
cd ldk-c-bindings
@@ -290,11 +290,11 @@ jobs:
290290
# Note this is a different endpoint, as we need one non-upstream commit!
291291
git clone https://git.bitcoin.ninja/rust-lightning
292292
cd rust-lightning
293-
git checkout origin/2022-12-0.0.113-java-bindings
293+
git checkout origin/2023-02-0.0.114-java-bindings
294294
cd ..
295295
git clone https://github.com/lightningdevkit/ldk-c-bindings
296296
cd ldk-c-bindings
297-
git checkout 0.0.113
297+
git checkout 0.0.114
298298
- name: Checkout Android AAR binaries and artifacts
299299
run: |
300300
# Gitweb only allows snapshots of folders by providing the object hash, which we have to extract:
@@ -370,11 +370,11 @@ jobs:
370370
# Note this is a different endpoint, as we need one non-upstream commit!
371371
git clone https://git.bitcoin.ninja/rust-lightning
372372
cd rust-lightning
373-
git checkout origin/2022-12-0.0.113-java-bindings
373+
git checkout origin/2023-02-0.0.114-java-bindings
374374
cd ..
375375
git clone https://github.com/lightningdevkit/ldk-c-bindings
376376
cd ldk-c-bindings
377-
git checkout 0.0.113
377+
git checkout 0.0.114
378378
- name: Rebuild C bindings with upstream clang, and check the sample app builds + links
379379
run: |
380380
export PATH=`pwd`/clang+llvm-15.0.3-x86_64-apple-darwin/bin:$PATH

0 commit comments

Comments
 (0)