Skip to content

Commit 81799d1

Browse files
committed
Update CI branches to 0.0.109
1 parent 4713fdb commit 81799d1

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ jobs:
3939
# Note this is a different endpoint, as we need one non-upstream commit!
4040
git clone https://git.bitcoin.ninja/rust-lightning
4141
cd rust-lightning
42-
git checkout origin/2022-06-108-java-bindings
42+
git checkout origin/2022-07-109-java-bindings
4343
cd ..
4444
git clone https://github.com/lightningdevkit/ldk-c-bindings
4545
cd ldk-c-bindings
46-
git checkout 0.0.108
46+
git checkout 0.0.109
4747
- name: Rebuild C bindings without STD
4848
run: |
4949
cd ldk-c-bindings
@@ -129,11 +129,11 @@ jobs:
129129
# Note this is a different endpoint, as we need one non-upstream commit!
130130
git clone https://git.bitcoin.ninja/rust-lightning
131131
cd rust-lightning
132-
git checkout origin/2022-06-108-java-bindings
132+
git checkout origin/2022-07-109-java-bindings
133133
cd ..
134134
git clone https://github.com/lightningdevkit/ldk-c-bindings
135135
cd ldk-c-bindings
136-
git checkout 0.0.108
136+
git checkout 0.0.109
137137
- name: Rebuild C bindings, and check the sample app builds + links
138138
run: |
139139
cd ldk-c-bindings
@@ -184,11 +184,11 @@ jobs:
184184
# Note this is a different endpoint, as we need one non-upstream commit!
185185
git clone https://git.bitcoin.ninja/rust-lightning
186186
cd rust-lightning
187-
git checkout origin/2022-06-108-java-bindings
187+
git checkout origin/2022-07-109-java-bindings
188188
cd ..
189189
git clone https://github.com/lightningdevkit/ldk-c-bindings
190190
cd ldk-c-bindings
191-
git checkout 0.0.108
191+
git checkout 0.0.109
192192
- name: Rebuild C bindings, and check the sample app builds + links
193193
run: |
194194
cd ldk-c-bindings
@@ -287,11 +287,11 @@ jobs:
287287
# Note this is a different endpoint, as we need one non-upstream commit!
288288
git clone https://git.bitcoin.ninja/rust-lightning
289289
cd rust-lightning
290-
git checkout origin/2022-06-108-java-bindings
290+
git checkout origin/2022-07-109-java-bindings
291291
cd ..
292292
git clone https://github.com/lightningdevkit/ldk-c-bindings
293293
cd ldk-c-bindings
294-
git checkout 0.0.108
294+
git checkout 0.0.109
295295
- name: Checkout Android AAR binaries and artifacts
296296
run: |
297297
# Gitweb only allows snapshots of folders by providing the object hash, which we have to extract:
@@ -367,11 +367,11 @@ jobs:
367367
# Note this is a different endpoint, as we need one non-upstream commit!
368368
git clone https://git.bitcoin.ninja/rust-lightning
369369
cd rust-lightning
370-
git checkout origin/2022-06-108-java-bindings
370+
git checkout origin/2022-07-109-java-bindings
371371
cd ..
372372
git clone https://github.com/lightningdevkit/ldk-c-bindings
373373
cd ldk-c-bindings
374-
git checkout 0.0.108
374+
git checkout 0.0.109
375375
- name: Rebuild C bindings with upstream clang, and check the sample app builds + links
376376
run: |
377377
export PATH=`pwd`/clang+llvm-14.0.5-x86_64-apple-darwin/bin:$PATH

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A release build of the Java bindings library for Linux is available in git. Thus
1414

1515
To build the bindings locally, the bindings require some additional work which is still making its
1616
way upstream, for now it should be built against the
17-
[rust-lightning 2021-03-java-bindings-base branch on git.bitcoin.ninja](https://git.bitcoin.ninja/?p=rust-lightning;a=shortlog;h=refs/heads/2021-03-java-bindings-base).
17+
[rust-lightning 2022-07-109-java-bindings branch on git.bitcoin.ninja](https://git.bitcoin.ninja/?p=rust-lightning;a=shortlog;h=refs/heads/2022-07-109-java-bindings).
1818
Check that branch out locally as well as [ldk-c-bindings](https://github.com/lightningdevkit/ldk-c-bindings)
1919
and run the `genbindings.sh` script in ldk-c-bindings to build the required binaries. Thereafter,
2020
in this repo, run the `genbindings.sh` script with the first argument pointing to the ldk-c-bindings

0 commit comments

Comments
 (0)