Skip to content

Commit db83033

Browse files
committed
Update CI references to LDK 0.0.124 drop stale memchr pins
1 parent 2575248 commit db83033

File tree

1 file changed

+14
-25
lines changed

1 file changed

+14
-25
lines changed

.github/workflows/build.yml

+14-25
Original file line numberDiff line numberDiff line change
@@ -40,13 +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.123-bindings
43+
git checkout origin/0.0.124-bindings
4444
cd ..
4545
git clone https://github.com/lightningdevkit/ldk-c-bindings
4646
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
5048
- name: Rebuild C bindings without STD
5149
run: |
5250
cd ldk-c-bindings
@@ -138,13 +136,11 @@ jobs:
138136
# Note this is a different endpoint, as we need one non-upstream commit!
139137
git clone https://github.com/lightningdevkit/rust-lightning
140138
cd rust-lightning
141-
git checkout origin/0.0.123-bindings
139+
git checkout origin/0.0.124-bindings
142140
cd ..
143141
git clone https://github.com/lightningdevkit/ldk-c-bindings
144142
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
148144
- name: Rebuild C bindings with STD
149145
run: |
150146
cd ldk-c-bindings
@@ -185,11 +181,11 @@ jobs:
185181
# Note this is a different endpoint, as we need one non-upstream commit!
186182
git clone https://github.com/lightningdevkit/rust-lightning
187183
cd rust-lightning
188-
git checkout origin/0.0.123-bindings
184+
git checkout origin/0.0.124-bindings
189185
cd ..
190186
git clone https://github.com/lightningdevkit/ldk-c-bindings
191187
cd ldk-c-bindings
192-
git checkout 0.0.123
188+
git checkout 0.0.124
193189
- name: Fetch MacOS SDK
194190
run: |
195191
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:
340336
# Note this is a different endpoint, as we need one non-upstream commit!
341337
git clone https://github.com/lightningdevkit/rust-lightning
342338
cd rust-lightning
343-
git checkout origin/0.0.123-bindings
339+
git checkout origin/0.0.124-bindings
344340
cd ..
345341
git clone https://github.com/lightningdevkit/ldk-c-bindings
346342
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
350344
- name: Pin proc-macro and quote to meet MSRV
351345
run: |
352346
cd ldk-c-bindings/c-bindings-gen
@@ -403,13 +397,11 @@ jobs:
403397
# Note this is a different endpoint, as we need one non-upstream commit!
404398
git clone https://github.com/lightningdevkit/rust-lightning
405399
cd rust-lightning
406-
git checkout origin/0.0.123-bindings
400+
git checkout origin/0.0.124-bindings
407401
cd ..
408402
git clone https://github.com/lightningdevkit/ldk-c-bindings
409403
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
413405
- name: Pin proc-macro and quote to meet MSRV
414406
run: |
415407
cd ldk-c-bindings/c-bindings-gen
@@ -532,11 +524,11 @@ jobs:
532524
# Note this is a different endpoint, as we need one non-upstream commit!
533525
git clone https://github.com/lightningdevkit/rust-lightning
534526
cd rust-lightning
535-
git checkout origin/0.0.123-bindings
527+
git checkout origin/0.0.124-bindings
536528
cd ..
537529
git clone https://github.com/lightningdevkit/ldk-c-bindings
538530
cd ldk-c-bindings
539-
git checkout 0.0.123
531+
git checkout 0.0.124
540532
- name: Fetch MacOS SDK
541533
run: |
542534
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
@@ -673,14 +665,11 @@ jobs:
673665
# Note this is a different endpoint, as we need one non-upstream commit!
674666
git clone https://github.com/lightningdevkit/rust-lightning
675667
cd rust-lightning
676-
git checkout origin/0.0.123-bindings
668+
git checkout origin/0.0.124-bindings
677669
cd ..
678670
git clone https://github.com/lightningdevkit/ldk-c-bindings
679671
cd ldk-c-bindings
680-
git checkout 0.0.123
681-
cd lightning-c-bindings
682-
. $HOME/.cargo/env
683-
cargo update -p memchr --precise "2.5.0" --verbose
672+
git checkout 0.0.124
684673
- name: Checkout Android AAR binaries and artifacts
685674
run: |
686675
# Gitweb only allows snapshots of folders by providing the object hash, which we have to extract:

0 commit comments

Comments
 (0)