Skip to content

Commit 890b172

Browse files
committed
Update CI references to LDK 0.0.118
1 parent 8e33aef commit 890b172

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://github.com/lightningdevkit/rust-lightning
4242
cd rust-lightning
43-
git checkout origin/0.0.117-bindings
43+
git checkout origin/0.0.118-bindings
4444
cd ..
4545
git clone https://github.com/lightningdevkit/ldk-c-bindings
4646
cd ldk-c-bindings
47-
git checkout 0.0.117
47+
git checkout 0.0.118
4848
cd lightning-c-bindings
4949
cargo update -p memchr --precise "2.5.0" --verbose
5050
- name: Rebuild C bindings without STD
@@ -136,11 +136,11 @@ jobs:
136136
# Note this is a different endpoint, as we need one non-upstream commit!
137137
git clone https://github.com/lightningdevkit/rust-lightning
138138
cd rust-lightning
139-
git checkout origin/0.0.117-bindings
139+
git checkout origin/0.0.118-bindings
140140
cd ..
141141
git clone https://github.com/lightningdevkit/ldk-c-bindings
142142
cd ldk-c-bindings
143-
git checkout 0.0.117
143+
git checkout 0.0.118
144144
cd lightning-c-bindings
145145
cargo update -p memchr --precise "2.5.0" --verbose
146146
- name: Pin proc-macro and quote to meet MSRV
@@ -199,11 +199,11 @@ jobs:
199199
# Note this is a different endpoint, as we need one non-upstream commit!
200200
git clone https://github.com/lightningdevkit/rust-lightning
201201
cd rust-lightning
202-
git checkout origin/0.0.117-bindings
202+
git checkout origin/0.0.118-bindings
203203
cd ..
204204
git clone https://github.com/lightningdevkit/ldk-c-bindings
205205
cd ldk-c-bindings
206-
git checkout 0.0.117
206+
git checkout 0.0.118
207207
cd lightning-c-bindings
208208
cargo update -p memchr --precise "2.5.0" --verbose
209209
- name: Pin proc-macro and quote to meet MSRV
@@ -316,11 +316,11 @@ jobs:
316316
# Note this is a different endpoint, as we need one non-upstream commit!
317317
git clone https://github.com/lightningdevkit/rust-lightning
318318
cd rust-lightning
319-
git checkout origin/0.0.117-bindings
319+
git checkout origin/0.0.118-bindings
320320
cd ..
321321
git clone https://github.com/lightningdevkit/ldk-c-bindings
322322
cd ldk-c-bindings
323-
git checkout 0.0.117
323+
git checkout 0.0.118
324324
- name: Fetch MacOS SDK
325325
run: |
326326
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
@@ -453,11 +453,11 @@ jobs:
453453
# Note this is a different endpoint, as we need one non-upstream commit!
454454
git clone https://github.com/lightningdevkit/rust-lightning
455455
cd rust-lightning
456-
git checkout origin/0.0.117-bindings
456+
git checkout origin/0.0.118-bindings
457457
cd ..
458458
git clone https://github.com/lightningdevkit/ldk-c-bindings
459459
cd ldk-c-bindings
460-
git checkout 0.0.117
460+
git checkout 0.0.118
461461
cd lightning-c-bindings
462462
. $HOME/.cargo/env
463463
cargo update -p memchr --precise "2.5.0" --verbose
@@ -529,11 +529,11 @@ jobs:
529529
# Note this is a different endpoint, as we need one non-upstream commit!
530530
git clone https://github.com/rghtningdevkit/ust-lightning
531531
cd rust-lightning
532-
git checkout origin/0.0.117-bindings
532+
git checkout origin/0.0.118-bindings
533533
cd ..
534534
git clone https://github.com/lightningdevkit/ldk-c-bindings
535535
cd ldk-c-bindings
536-
git checkout 0.0.117
536+
git checkout 0.0.118
537537
cd lightning-c-bindings
538538
cargo update -p memchr --precise "2.5.0" --verbose
539539
- name: Rebuild C bindings and check the sample app builds + links

0 commit comments

Comments
 (0)