@@ -40,13 +40,11 @@ jobs:
40
40
# Note this is a different endpoint, as we need one non-upstream commit!
41
41
git clone https://github.com/lightningdevkit/rust-lightning
42
42
cd rust-lightning
43
- git checkout origin/0.0.123 -bindings
43
+ git checkout origin/0.0.124 -bindings
44
44
cd ..
45
45
git clone https://github.com/lightningdevkit/ldk-c-bindings
46
46
cd ldk-c-bindings
47
- git checkout 0.0.123
48
- cd lightning-c-bindings
49
- cargo update -p memchr --precise "2.5.0" --verbose
47
+ git checkout 0.0.124
50
48
- name : Rebuild C bindings without STD
51
49
run : |
52
50
cd ldk-c-bindings
@@ -138,13 +136,11 @@ jobs:
138
136
# Note this is a different endpoint, as we need one non-upstream commit!
139
137
git clone https://github.com/lightningdevkit/rust-lightning
140
138
cd rust-lightning
141
- git checkout origin/0.0.123 -bindings
139
+ git checkout origin/0.0.124 -bindings
142
140
cd ..
143
141
git clone https://github.com/lightningdevkit/ldk-c-bindings
144
142
cd ldk-c-bindings
145
- git checkout 0.0.123
146
- cd lightning-c-bindings
147
- cargo update -p memchr --precise "2.5.0" --verbose
143
+ git checkout 0.0.124
148
144
- name : Rebuild C bindings with STD
149
145
run : |
150
146
cd ldk-c-bindings
@@ -185,11 +181,11 @@ jobs:
185
181
# Note this is a different endpoint, as we need one non-upstream commit!
186
182
git clone https://github.com/lightningdevkit/rust-lightning
187
183
cd rust-lightning
188
- git checkout origin/0.0.123 -bindings
184
+ git checkout origin/0.0.124 -bindings
189
185
cd ..
190
186
git clone https://github.com/lightningdevkit/ldk-c-bindings
191
187
cd ldk-c-bindings
192
- git checkout 0.0.123
188
+ git checkout 0.0.124
193
189
- name : Fetch MacOS SDK
194
190
run : |
195
191
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
@@ -340,13 +336,11 @@ jobs:
340
336
# Note this is a different endpoint, as we need one non-upstream commit!
341
337
git clone https://github.com/lightningdevkit/rust-lightning
342
338
cd rust-lightning
343
- git checkout origin/0.0.123 -bindings
339
+ git checkout origin/0.0.124 -bindings
344
340
cd ..
345
341
git clone https://github.com/lightningdevkit/ldk-c-bindings
346
342
cd ldk-c-bindings
347
- git checkout 0.0.123
348
- cd lightning-c-bindings
349
- cargo update -p memchr --precise "2.5.0" --verbose
343
+ git checkout 0.0.124
350
344
- name : Pin proc-macro and quote to meet MSRV
351
345
run : |
352
346
cd ldk-c-bindings/c-bindings-gen
@@ -403,13 +397,11 @@ jobs:
403
397
# Note this is a different endpoint, as we need one non-upstream commit!
404
398
git clone https://github.com/lightningdevkit/rust-lightning
405
399
cd rust-lightning
406
- git checkout origin/0.0.123 -bindings
400
+ git checkout origin/0.0.124 -bindings
407
401
cd ..
408
402
git clone https://github.com/lightningdevkit/ldk-c-bindings
409
403
cd ldk-c-bindings
410
- git checkout 0.0.123
411
- cd lightning-c-bindings
412
- cargo update -p memchr --precise "2.5.0" --verbose
404
+ git checkout 0.0.124
413
405
- name : Pin proc-macro and quote to meet MSRV
414
406
run : |
415
407
cd ldk-c-bindings/c-bindings-gen
@@ -532,11 +524,11 @@ jobs:
532
524
# Note this is a different endpoint, as we need one non-upstream commit!
533
525
git clone https://github.com/lightningdevkit/rust-lightning
534
526
cd rust-lightning
535
- git checkout origin/0.0.123 -bindings
527
+ git checkout origin/0.0.124 -bindings
536
528
cd ..
537
529
git clone https://github.com/lightningdevkit/ldk-c-bindings
538
530
cd ldk-c-bindings
539
- git checkout 0.0.123
531
+ git checkout 0.0.124
540
532
- name : Fetch MacOS SDK
541
533
run : |
542
534
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
@@ -661,22 +653,23 @@ jobs:
661
653
- name : Install cbindgen
662
654
run : |
663
655
. $HOME/.cargo/env
664
- cargo install cbindgen
656
+ git clone https://github.com/eqrion/cbindgen
657
+ cd cbindgen/
658
+ git checkout v0.20.0
659
+ cargo update -p indexmap --precise "1.6.2" --verbose
660
+ cargo install --locked --path .
665
661
- name : Checkout Rust-Lightning and LDK-C-Bindings git
666
662
run : |
667
663
git config --global user.email "[email protected] "
668
664
git config --global user.name "LDK CI"
669
665
# Note this is a different endpoint, as we need one non-upstream commit!
670
666
git clone https://github.com/lightningdevkit/rust-lightning
671
667
cd rust-lightning
672
- git checkout origin/0.0.123 -bindings
668
+ git checkout origin/0.0.124 -bindings
673
669
cd ..
674
670
git clone https://github.com/lightningdevkit/ldk-c-bindings
675
671
cd ldk-c-bindings
676
- git checkout 0.0.123
677
- cd lightning-c-bindings
678
- . $HOME/.cargo/env
679
- cargo update -p memchr --precise "2.5.0" --verbose
672
+ git checkout 0.0.124
680
673
- name : Checkout Android AAR binaries and artifacts
681
674
run : |
682
675
# Gitweb only allows snapshots of folders by providing the object hash, which we have to extract:
0 commit comments