Skip to content

Commit 4e40a51

Browse files
committed
Update CI refernces to 0.0.115
1 parent 1a1849c commit 4e40a51

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
@@ -40,11 +40,11 @@ jobs:
4040
# Note this is a different endpoint, as we need one non-upstream commit!
4141
git clone https://git.bitcoin.ninja/rust-lightning
4242
cd rust-lightning
43-
git checkout origin/2023-02-0.0.114-java-bindings
43+
git checkout origin/2023-04-0.0.115-java-bindings
4444
cd ..
4545
git clone https://github.com/lightningdevkit/ldk-c-bindings
4646
cd ldk-c-bindings
47-
git checkout 0.0.114
47+
git checkout 0.0.115
4848
- name: Rebuild C bindings without STD
4949
run: |
5050
cd ldk-c-bindings
@@ -134,11 +134,11 @@ jobs:
134134
# Note this is a different endpoint, as we need one non-upstream commit!
135135
git clone https://git.bitcoin.ninja/rust-lightning
136136
cd rust-lightning
137-
git checkout origin/2023-02-0.0.114-java-bindings
137+
git checkout origin/2023-04-0.0.115-java-bindings
138138
cd ..
139139
git clone https://github.com/lightningdevkit/ldk-c-bindings
140140
cd ldk-c-bindings
141-
git checkout 0.0.114
141+
git checkout 0.0.115
142142
- name: Rebuild C bindings, and check the sample app builds + links
143143
run: |
144144
cd ldk-c-bindings
@@ -190,11 +190,11 @@ jobs:
190190
# Note this is a different endpoint, as we need one non-upstream commit!
191191
git clone https://git.bitcoin.ninja/rust-lightning
192192
cd rust-lightning
193-
git checkout origin/2023-02-0.0.114-java-bindings
193+
git checkout origin/2023-04-0.0.115-java-bindings
194194
cd ..
195195
git clone https://github.com/lightningdevkit/ldk-c-bindings
196196
cd ldk-c-bindings
197-
git checkout 0.0.114
197+
git checkout 0.0.115
198198
- name: Rebuild C bindings, and check the sample app builds + links
199199
run: |
200200
cd ldk-c-bindings
@@ -297,11 +297,11 @@ jobs:
297297
# Note this is a different endpoint, as we need one non-upstream commit!
298298
git clone https://git.bitcoin.ninja/rust-lightning
299299
cd rust-lightning
300-
git checkout origin/2023-02-0.0.114-java-bindings
300+
git checkout origin/2023-04-0.0.115-java-bindings
301301
cd ..
302302
git clone https://github.com/lightningdevkit/ldk-c-bindings
303303
cd ldk-c-bindings
304-
git checkout 0.0.114
304+
git checkout 0.0.115
305305
- name: Checkout Android AAR binaries and artifacts
306306
run: |
307307
# Gitweb only allows snapshots of folders by providing the object hash, which we have to extract:
@@ -378,11 +378,11 @@ jobs:
378378
# Note this is a different endpoint, as we need one non-upstream commit!
379379
git clone https://git.bitcoin.ninja/rust-lightning
380380
cd rust-lightning
381-
git checkout origin/2023-02-0.0.114-java-bindings
381+
git checkout origin/2023-04-0.0.115-java-bindings
382382
cd ..
383383
git clone https://github.com/lightningdevkit/ldk-c-bindings
384384
cd ldk-c-bindings
385-
git checkout 0.0.114
385+
git checkout 0.0.115
386386
- name: Rebuild C bindings with upstream clang, and check the sample app builds + links
387387
run: |
388388
export PATH=`pwd`/clang+llvm-15.0.7-x86_64-apple-darwin21.0/bin:$PATH

0 commit comments

Comments
 (0)