Skip to content

Commit 94ae3f5

Browse files
committed
Update CI references to 0.0.117
1 parent 0800f52 commit 94ae3f5

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/build.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838
git config --global user.email "[email protected]"
3939
git config --global user.name "LDK CI"
4040
# Note this is a different endpoint, as we need one non-upstream commit!
41-
git clone https://git.bitcoin.ninja/rust-lightning
41+
git clone https://github.com/lightningdevkit/rust-lightning
4242
cd rust-lightning
43-
git checkout origin/2023-07-0.0.116-java-bindings
43+
git checkout origin/0.0.117-bindings
4444
cd ..
4545
git clone https://github.com/lightningdevkit/ldk-c-bindings
4646
cd ldk-c-bindings
47-
git checkout 0.0.116
47+
git checkout 0.0.117
4848
- name: Rebuild C bindings without STD
4949
run: |
5050
cd ldk-c-bindings
@@ -132,13 +132,13 @@ jobs:
132132
git config --global user.email "[email protected]"
133133
git config --global user.name "LDK CI"
134134
# Note this is a different endpoint, as we need one non-upstream commit!
135-
git clone https://git.bitcoin.ninja/rust-lightning
135+
git clone https://github.com/lightningdevkit/rust-lightning
136136
cd rust-lightning
137-
git checkout origin/2023-07-0.0.116-java-bindings
137+
git checkout origin/0.0.117-bindings
138138
cd ..
139139
git clone https://github.com/lightningdevkit/ldk-c-bindings
140140
cd ldk-c-bindings
141-
git checkout 0.0.116
141+
git checkout 0.0.117
142142
- name: Pin proc-macro and quote to meet MSRV
143143
run: |
144144
cd ldk-c-bindings/c-bindings-gen
@@ -193,13 +193,13 @@ jobs:
193193
git config --global user.email "[email protected]"
194194
git config --global user.name "LDK CI"
195195
# Note this is a different endpoint, as we need one non-upstream commit!
196-
git clone https://git.bitcoin.ninja/rust-lightning
196+
git clone https://github.com/lightningdevkit/rust-lightning
197197
cd rust-lightning
198-
git checkout origin/2023-07-0.0.116-java-bindings
198+
git checkout origin/0.0.117-bindings
199199
cd ..
200200
git clone https://github.com/lightningdevkit/ldk-c-bindings
201201
cd ldk-c-bindings
202-
git checkout 0.0.116
202+
git checkout 0.0.117
203203
- name: Pin proc-macro and quote to meet MSRV
204204
run: |
205205
cd ldk-c-bindings/c-bindings-gen
@@ -308,13 +308,13 @@ jobs:
308308
git config --global user.email "[email protected]"
309309
git config --global user.name "LDK CI"
310310
# Note this is a different endpoint, as we need one non-upstream commit!
311-
git clone https://git.bitcoin.ninja/rust-lightning
311+
git clone https://github.com/lightningdevkit/rust-lightning
312312
cd rust-lightning
313-
git checkout origin/2023-07-0.0.116-java-bindings
313+
git checkout origin/0.0.117-bindings
314314
cd ..
315315
git clone https://github.com/lightningdevkit/ldk-c-bindings
316316
cd ldk-c-bindings
317-
git checkout 0.0.116
317+
git checkout 0.0.117
318318
- name: Fetch MacOS SDK
319319
run: |
320320
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
@@ -445,13 +445,13 @@ jobs:
445445
git config --global user.email "[email protected]"
446446
git config --global user.name "LDK CI"
447447
# Note this is a different endpoint, as we need one non-upstream commit!
448-
git clone https://git.bitcoin.ninja/rust-lightning
448+
git clone https://github.com/lightningdevkit/rust-lightning
449449
cd rust-lightning
450-
git checkout origin/2023-07-0.0.116-java-bindings
450+
git checkout origin/0.0.117-bindings
451451
cd ..
452452
git clone https://github.com/lightningdevkit/ldk-c-bindings
453453
cd ldk-c-bindings
454-
git checkout 0.0.116
454+
git checkout 0.0.117
455455
- name: Checkout Android AAR binaries and artifacts
456456
run: |
457457
# Gitweb only allows snapshots of folders by providing the object hash, which we have to extract:
@@ -518,13 +518,13 @@ jobs:
518518
git config --global user.email "[email protected]"
519519
git config --global user.name "LDK CI"
520520
# Note this is a different endpoint, as we need one non-upstream commit!
521-
git clone https://git.bitcoin.ninja/rust-lightning
521+
git clone https://github.com/rghtningdevkit/ust-lightning
522522
cd rust-lightning
523-
git checkout origin/2023-07-0.0.116-java-bindings
523+
git checkout origin/0.0.117-bindings
524524
cd ..
525525
git clone https://github.com/lightningdevkit/ldk-c-bindings
526526
cd ldk-c-bindings
527-
git checkout 0.0.116
527+
git checkout 0.0.117
528528
- name: Rebuild C bindings and check the sample app builds + links
529529
run: |
530530
cd ldk-c-bindings

0 commit comments

Comments
 (0)