Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 601f147

Browse files
committedJan 16, 2025·
Update CI branch references to LDK 0.1
1 parent 3a96c2e commit 601f147

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed
 

‎.github/workflows/build.yml

+14-14
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.125-bindings
43+
git checkout origin/0.1-bindings
4444
cd ..
4545
git clone https://github.com/lightningdevkit/ldk-c-bindings
4646
cd ldk-c-bindings
47-
git checkout 0.0.125
47+
git checkout 0.1
4848
- name: Rebuild C bindings without STD
4949
run: |
5050
cd ldk-c-bindings
@@ -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.125-bindings
139+
git checkout origin/0.1-bindings
140140
cd ..
141141
git clone https://github.com/lightningdevkit/ldk-c-bindings
142142
cd ldk-c-bindings
143-
git checkout 0.0.125
143+
git checkout 0.1
144144
- name: Rebuild C bindings with STD
145145
run: |
146146
cd ldk-c-bindings
@@ -181,11 +181,11 @@ jobs:
181181
# Note this is a different endpoint, as we need one non-upstream commit!
182182
git clone https://github.com/lightningdevkit/rust-lightning
183183
cd rust-lightning
184-
git checkout origin/0.0.125-bindings
184+
git checkout origin/0.1-bindings
185185
cd ..
186186
git clone https://github.com/lightningdevkit/ldk-c-bindings
187187
cd ldk-c-bindings
188-
git checkout 0.0.125
188+
git checkout 0.1
189189
- name: Fetch MacOS SDK
190190
run: |
191191
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
@@ -336,11 +336,11 @@ jobs:
336336
# Note this is a different endpoint, as we need one non-upstream commit!
337337
git clone https://github.com/lightningdevkit/rust-lightning
338338
cd rust-lightning
339-
git checkout origin/0.0.125-bindings
339+
git checkout origin/0.1-bindings
340340
cd ..
341341
git clone https://github.com/lightningdevkit/ldk-c-bindings
342342
cd ldk-c-bindings
343-
git checkout 0.0.125
343+
git checkout 0.1
344344
- name: Pin proc-macro and quote to meet MSRV
345345
run: |
346346
cd ldk-c-bindings/c-bindings-gen
@@ -397,11 +397,11 @@ jobs:
397397
# Note this is a different endpoint, as we need one non-upstream commit!
398398
git clone https://github.com/lightningdevkit/rust-lightning
399399
cd rust-lightning
400-
git checkout origin/0.0.125-bindings
400+
git checkout origin/0.1-bindings
401401
cd ..
402402
git clone https://github.com/lightningdevkit/ldk-c-bindings
403403
cd ldk-c-bindings
404-
git checkout 0.0.125
404+
git checkout 0.1
405405
- name: Pin proc-macro and quote to meet MSRV
406406
run: |
407407
cd ldk-c-bindings/c-bindings-gen
@@ -524,11 +524,11 @@ jobs:
524524
# Note this is a different endpoint, as we need one non-upstream commit!
525525
git clone https://github.com/lightningdevkit/rust-lightning
526526
cd rust-lightning
527-
git checkout origin/0.0.125-bindings
527+
git checkout origin/0.1-bindings
528528
cd ..
529529
git clone https://github.com/lightningdevkit/ldk-c-bindings
530530
cd ldk-c-bindings
531-
git checkout 0.0.125
531+
git checkout 0.1
532532
- name: Fetch MacOS SDK
533533
run: |
534534
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
@@ -665,11 +665,11 @@ jobs:
665665
# Note this is a different endpoint, as we need one non-upstream commit!
666666
git clone https://github.com/lightningdevkit/rust-lightning
667667
cd rust-lightning
668-
git checkout origin/0.0.125-bindings
668+
git checkout origin/0.1-bindings
669669
cd ..
670670
git clone https://github.com/lightningdevkit/ldk-c-bindings
671671
cd ldk-c-bindings
672-
git checkout 0.0.125
672+
git checkout 0.1
673673
- name: Checkout Android AAR binaries and artifacts
674674
run: |
675675
# Gitweb only allows snapshots of folders by providing the object hash, which we have to extract:

0 commit comments

Comments
 (0)
Please sign in to comment.