Skip to content

Commit ffe103a

Browse files
committed
Update CI references to 0.0.116
1 parent 45a5e93 commit ffe103a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/build.yml

Lines changed: 12 additions & 12 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-04-0.0.115-java-bindings
43+
git checkout origin/2023-07-0.0.116-java-bindings
4444
cd ..
4545
git clone https://github.com/lightningdevkit/ldk-c-bindings
4646
cd ldk-c-bindings
47-
git checkout 0.0.115
47+
git checkout 0.0.116
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-04-0.0.115-java-bindings
137+
git checkout origin/2023-07-0.0.116-java-bindings
138138
cd ..
139139
git clone https://github.com/lightningdevkit/ldk-c-bindings
140140
cd ldk-c-bindings
141-
git checkout 0.0.115
141+
git checkout 0.0.116
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-04-0.0.115-java-bindings
193+
git checkout origin/2023-07-0.0.116-java-bindings
194194
cd ..
195195
git clone https://github.com/lightningdevkit/ldk-c-bindings
196196
cd ldk-c-bindings
197-
git checkout 0.0.115
197+
git checkout 0.0.116
198198
- name: Rebuild C bindings, and check the sample app builds + links
199199
run: |
200200
cd ldk-c-bindings
@@ -300,11 +300,11 @@ jobs:
300300
# Note this is a different endpoint, as we need one non-upstream commit!
301301
git clone https://git.bitcoin.ninja/rust-lightning
302302
cd rust-lightning
303-
git checkout origin/2023-04-0.0.115-java-bindings
303+
git checkout origin/2023-07-0.0.116-java-bindings
304304
cd ..
305305
git clone https://github.com/lightningdevkit/ldk-c-bindings
306306
cd ldk-c-bindings
307-
git checkout 0.0.115
307+
git checkout 0.0.116
308308
- name: Fetch MacOS SDK
309309
run: |
310310
curl -o Xcode-12.2-12B45b-extracted-SDK-with-libcxx-headers.tar.gz https://bitcoincore.org/depends-sources/sdks/Xcode-12.2-12B45b-extracted-SDK-with-libcxx-headers.tar.gz
@@ -437,11 +437,11 @@ jobs:
437437
# Note this is a different endpoint, as we need one non-upstream commit!
438438
git clone https://git.bitcoin.ninja/rust-lightning
439439
cd rust-lightning
440-
git checkout origin/2023-04-0.0.115-java-bindings
440+
git checkout origin/2023-07-0.0.116-java-bindings
441441
cd ..
442442
git clone https://github.com/lightningdevkit/ldk-c-bindings
443443
cd ldk-c-bindings
444-
git checkout 0.0.115
444+
git checkout 0.0.116
445445
- name: Checkout Android AAR binaries and artifacts
446446
run: |
447447
# Gitweb only allows snapshots of folders by providing the object hash, which we have to extract:
@@ -510,11 +510,11 @@ jobs:
510510
# Note this is a different endpoint, as we need one non-upstream commit!
511511
git clone https://git.bitcoin.ninja/rust-lightning
512512
cd rust-lightning
513-
git checkout origin/2023-04-0.0.115-java-bindings
513+
git checkout origin/2023-07-0.0.116-java-bindings
514514
cd ..
515515
git clone https://github.com/lightningdevkit/ldk-c-bindings
516516
cd ldk-c-bindings
517-
git checkout 0.0.115
517+
git checkout 0.0.116
518518
- name: Rebuild C bindings and check the sample app builds + links
519519
run: |
520520
cd ldk-c-bindings

0 commit comments

Comments
 (0)