Skip to content

Commit 9b413d0

Browse files
committed
Update CI references to LDK 0.0.121 branches
1 parent 172d0e9 commit 9b413d0

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/build.yml

Lines changed: 16 additions & 16 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://github.com/lightningdevkit/rust-lightning
4242
cd rust-lightning
43-
git checkout origin/0.0.118-bindings
43+
git checkout origin/0.0.121-bindings
4444
cd ..
4545
git clone https://github.com/lightningdevkit/ldk-c-bindings
4646
cd ldk-c-bindings
47-
git checkout 0.0.118
47+
git checkout 0.0.121
4848
cd lightning-c-bindings
4949
cargo update -p memchr --precise "2.5.0" --verbose
5050
- name: Rebuild C bindings without STD
@@ -138,11 +138,11 @@ jobs:
138138
# Note this is a different endpoint, as we need one non-upstream commit!
139139
git clone https://github.com/lightningdevkit/rust-lightning
140140
cd rust-lightning
141-
git checkout origin/0.0.118-bindings
141+
git checkout origin/0.0.121-bindings
142142
cd ..
143143
git clone https://github.com/lightningdevkit/ldk-c-bindings
144144
cd ldk-c-bindings
145-
git checkout 0.0.118
145+
git checkout 0.0.121
146146
cd lightning-c-bindings
147147
cargo update -p memchr --precise "2.5.0" --verbose
148148
- name: Rebuild C bindings with STD
@@ -185,11 +185,11 @@ jobs:
185185
# Note this is a different endpoint, as we need one non-upstream commit!
186186
git clone https://github.com/lightningdevkit/rust-lightning
187187
cd rust-lightning
188-
git checkout origin/0.0.118-bindings
188+
git checkout origin/0.0.121-bindings
189189
cd ..
190190
git clone https://github.com/lightningdevkit/ldk-c-bindings
191191
cd ldk-c-bindings
192-
git checkout 0.0.118
192+
git checkout 0.0.121
193193
- name: Rebuild C bindings with STD
194194
run: |
195195
cd ldk-c-bindings
@@ -275,11 +275,11 @@ jobs:
275275
# Note this is a different endpoint, as we need one non-upstream commit!
276276
git clone https://github.com/lightningdevkit/rust-lightning
277277
cd rust-lightning
278-
git checkout origin/0.0.118-bindings
278+
git checkout origin/0.0.121-bindings
279279
cd ..
280280
git clone https://github.com/lightningdevkit/ldk-c-bindings
281281
cd ldk-c-bindings
282-
git checkout 0.0.118
282+
git checkout 0.0.121
283283
cd lightning-c-bindings
284284
cargo update -p memchr --precise "2.5.0" --verbose
285285
- name: Pin proc-macro and quote to meet MSRV
@@ -338,11 +338,11 @@ jobs:
338338
# Note this is a different endpoint, as we need one non-upstream commit!
339339
git clone https://github.com/lightningdevkit/rust-lightning
340340
cd rust-lightning
341-
git checkout origin/0.0.118-bindings
341+
git checkout origin/0.0.121-bindings
342342
cd ..
343343
git clone https://github.com/lightningdevkit/ldk-c-bindings
344344
cd ldk-c-bindings
345-
git checkout 0.0.118
345+
git checkout 0.0.121
346346
cd lightning-c-bindings
347347
cargo update -p memchr --precise "2.5.0" --verbose
348348
- name: Pin proc-macro and quote to meet MSRV
@@ -458,11 +458,11 @@ jobs:
458458
# Note this is a different endpoint, as we need one non-upstream commit!
459459
git clone https://github.com/lightningdevkit/rust-lightning
460460
cd rust-lightning
461-
git checkout origin/0.0.118-bindings
461+
git checkout origin/0.0.121-bindings
462462
cd ..
463463
git clone https://github.com/lightningdevkit/ldk-c-bindings
464464
cd ldk-c-bindings
465-
git checkout 0.0.118
465+
git checkout 0.0.121
466466
- name: Fetch MacOS SDK
467467
run: |
468468
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
@@ -595,11 +595,11 @@ jobs:
595595
# Note this is a different endpoint, as we need one non-upstream commit!
596596
git clone https://github.com/lightningdevkit/rust-lightning
597597
cd rust-lightning
598-
git checkout origin/0.0.118-bindings
598+
git checkout origin/0.0.121-bindings
599599
cd ..
600600
git clone https://github.com/lightningdevkit/ldk-c-bindings
601601
cd ldk-c-bindings
602-
git checkout 0.0.118
602+
git checkout 0.0.121
603603
cd lightning-c-bindings
604604
. $HOME/.cargo/env
605605
cargo update -p memchr --precise "2.5.0" --verbose
@@ -671,11 +671,11 @@ jobs:
671671
# Note this is a different endpoint, as we need one non-upstream commit!
672672
git clone https://github.com/rghtningdevkit/ust-lightning
673673
cd rust-lightning
674-
git checkout origin/0.0.118-bindings
674+
git checkout origin/0.0.121-bindings
675675
cd ..
676676
git clone https://github.com/lightningdevkit/ldk-c-bindings
677677
cd ldk-c-bindings
678-
git checkout 0.0.118
678+
git checkout 0.0.121
679679
cd lightning-c-bindings
680680
cargo update -p memchr --precise "2.5.0" --verbose
681681
- name: Rebuild C bindings and check the sample app builds + links

0 commit comments

Comments
 (0)