@@ -40,11 +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.117 -bindings
43
+ git checkout origin/0.0.118 -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.117
47
+ git checkout 0.0.118
48
48
cd lightning-c-bindings
49
49
cargo update -p memchr --precise "2.5.0" --verbose
50
50
- name : Rebuild C bindings without STD
@@ -108,15 +108,15 @@ jobs:
108
108
runs-on : ubuntu-latest
109
109
# Ubuntu's version of rustc uses its own LLVM instead of being a real native package.
110
110
# This leaves us with an incompatible LLVM version when linking. Instead, use a real OS.
111
- container : debian:bullseye
111
+ container : debian:bookworm
112
112
strategy :
113
113
fail-fast : false
114
114
steps :
115
115
- name : Install native Rust toolchain, Valgrind, and build utilitis
116
116
run : |
117
117
apt-get update
118
118
apt-get -y dist-upgrade
119
- apt-get -y install cargo valgrind lld git g++ clang openjdk-11 -jdk maven faketime zip unzip llvm curl
119
+ apt-get -y install cargo valgrind lld git g++ clang openjdk-17 -jdk maven faketime zip unzip llvm curl
120
120
- name : Checkout source code
121
121
uses : actions/checkout@v2
122
122
with :
@@ -136,11 +136,11 @@ jobs:
136
136
# Note this is a different endpoint, as we need one non-upstream commit!
137
137
git clone https://github.com/lightningdevkit/rust-lightning
138
138
cd rust-lightning
139
- git checkout origin/0.0.117 -bindings
139
+ git checkout origin/0.0.118 -bindings
140
140
cd ..
141
141
git clone https://github.com/lightningdevkit/ldk-c-bindings
142
142
cd ldk-c-bindings
143
- git checkout 0.0.117
143
+ git checkout 0.0.118
144
144
cd lightning-c-bindings
145
145
cargo update -p memchr --precise "2.5.0" --verbose
146
146
- name : Pin proc-macro and quote to meet MSRV
@@ -153,15 +153,15 @@ jobs:
153
153
cd ldk-c-bindings
154
154
./genbindings.sh ../rust-lightning true
155
155
- name : Build Java Debug Bindings
156
- run : ./genbindings.sh ./ldk-c-bindings/ "-I/usr/lib/jvm/java-11 -openjdk-amd64/include/ -I/usr/lib/jvm/java-11 -openjdk-amd64/include/linux/" true false
156
+ run : ./genbindings.sh ./ldk-c-bindings/ "-I/usr/lib/jvm/java-17 -openjdk-amd64/include/ -I/usr/lib/jvm/java-17 -openjdk-amd64/include/linux/" true false
157
157
- name : Run Java Tests against Debug Bindings
158
158
run : |
159
159
mv liblightningjni_debug_Linux-amd64.so liblightningjni.so
160
160
export ASAN_OPTIONS=detect_leaks=0
161
- LD_PRELOAD=/usr/lib/llvm-11 /lib/clang/11 .0.1 /lib/linux/libclang_rt.asan-x86_64.so LD_LIBRARY_PATH=. mvn test
161
+ LD_PRELOAD=/usr/lib/llvm-14 /lib/clang/14 .0.6 /lib/linux/libclang_rt.asan-x86_64.so LD_LIBRARY_PATH=. mvn test
162
162
- name : Build Java Release Bindings
163
163
run : |
164
- ./genbindings.sh ./ldk-c-bindings/ "-I/usr/lib/jvm/java-11 -openjdk-amd64/include/ -I/usr/lib/jvm/java-11 -openjdk-amd64/include/linux/" false false
164
+ ./genbindings.sh ./ldk-c-bindings/ "-I/usr/lib/jvm/java-17 -openjdk-amd64/include/ -I/usr/lib/jvm/java-17 -openjdk-amd64/include/linux/" false false
165
165
- name : Check latest headers are in git
166
166
run : |
167
167
git checkout pom.xml
@@ -171,15 +171,15 @@ jobs:
171
171
runs-on : ubuntu-latest
172
172
# Ubuntu's version of rustc uses its own LLVM instead of being a real native package.
173
173
# This leaves us with an incompatible LLVM version when linking. Instead, use a real OS.
174
- container : debian:bullseye
174
+ container : debian:bookworm
175
175
strategy :
176
176
fail-fast : false
177
177
steps :
178
178
- name : Install native Rust toolchain, Valgrind, and build utilitis
179
179
run : |
180
180
apt-get update
181
181
apt-get -y dist-upgrade
182
- apt-get -y install cargo valgrind lld git g++ clang openjdk-11 -jdk maven faketime zip unzip llvm curl
182
+ apt-get -y install cargo valgrind lld git g++ clang openjdk-17 -jdk maven faketime zip unzip llvm curl
183
183
- name : Checkout source code
184
184
uses : actions/checkout@v2
185
185
with :
@@ -199,11 +199,11 @@ jobs:
199
199
# Note this is a different endpoint, as we need one non-upstream commit!
200
200
git clone https://github.com/lightningdevkit/rust-lightning
201
201
cd rust-lightning
202
- git checkout origin/0.0.117 -bindings
202
+ git checkout origin/0.0.118 -bindings
203
203
cd ..
204
204
git clone https://github.com/lightningdevkit/ldk-c-bindings
205
205
cd ldk-c-bindings
206
- git checkout 0.0.117
206
+ git checkout 0.0.118
207
207
cd lightning-c-bindings
208
208
cargo update -p memchr --precise "2.5.0" --verbose
209
209
- name : Pin proc-macro and quote to meet MSRV
@@ -238,7 +238,7 @@ jobs:
238
238
- name : Build Leaktracking Java Release Bindings
239
239
run : |
240
240
export LDK_GARBAGECOLLECTED_GIT_OVERRIDE="$(git describe --tag HEAD)"
241
- ./genbindings.sh ./ldk-c-bindings/ "-I/usr/lib/jvm/java-11 -openjdk-amd64/include/ -I/usr/lib/jvm/java-11 -openjdk-amd64/include/linux/" leaks false
241
+ ./genbindings.sh ./ldk-c-bindings/ "-I/usr/lib/jvm/java-17 -openjdk-amd64/include/ -I/usr/lib/jvm/java-17 -openjdk-amd64/include/linux/" leaks false
242
242
- name : Build deterministic release jar
243
243
run : |
244
244
./build-release-jar.sh
@@ -248,30 +248,33 @@ jobs:
248
248
run : |
249
249
export LDK_GARBAGECOLLECTED_GIT_OVERRIDE="$(git describe --tag HEAD)"
250
250
cp "ldk-java-bins/${LDK_GARBAGECOLLECTED_GIT_OVERRIDE}/liblightningjni_MacOSX-"{aarch64,x86_64}.nativelib src/main/resources/
251
+ - name : Build Java leaktracking Bindings
252
+ run : |
253
+ export LDK_GARBAGECOLLECTED_GIT_OVERRIDE="$(git describe --tag HEAD)"
254
+ ./genbindings.sh ./ldk-c-bindings/ "-I/usr/lib/jvm/java-17-openjdk-amd64/include/ -I/usr/lib/jvm/java-17-openjdk-amd64/include/linux/" leaks false
255
+ mkdir ldk-java-bins/new/
256
+ cp src/main/resources/liblightningjni_Linux-amd64.nativelib ldk-java-bins/new/liblightningjni_Linux-amd64-leaktracking.nativelib
251
257
- name : Build Java Release Bindings
252
258
run : |
253
259
export LDK_GARBAGECOLLECTED_GIT_OVERRIDE="$(git describe --tag HEAD)"
254
- ./genbindings.sh ./ldk-c-bindings/ "-I/usr/lib/jvm/java-11 -openjdk-amd64/include/ -I/usr/lib/jvm/java-11 -openjdk-amd64/include/linux/" false false
260
+ ./genbindings.sh ./ldk-c-bindings/ "-I/usr/lib/jvm/java-17 -openjdk-amd64/include/ -I/usr/lib/jvm/java-17 -openjdk-amd64/include/linux/" false false
255
261
- name : Build deterministic release jar
256
262
run : ./build-release-jar.sh
257
263
- name : Check latest library and jars are in bins repo
258
264
run : |
259
265
export LDK_GARBAGECOLLECTED_GIT_OVERRIDE="$(git describe --tag HEAD)"
260
- mkdir ldk-java-bins/new/
261
266
cp "ldk-java-bins/${LDK_GARBAGECOLLECTED_GIT_OVERRIDE}/"liblightningjni_Mac*.nativelib ldk-java-bins/new/
262
267
cp "ldk-java-bins/${LDK_GARBAGECOLLECTED_GIT_OVERRIDE}/"LDK-release.aar ldk-java-bins/new/
263
268
cp src/main/resources/liblightningjni_Linux-amd64.nativelib ldk-java-bins/new/
264
269
cp ldk-java-sources.jar ldk-java-bins/new/
265
270
cp ldk-java.jar ldk-java-bins/new/
266
271
cp ldk-java-leaktracking.jar ldk-java-bins/new/
267
272
cp ldk-java-classes.jar ldk-java-bins/new/
268
- cp ldk-java-javadoc.jar ldk-java-bins/new/
269
273
cd ldk-java-bins
270
274
rm "${LDK_GARBAGECOLLECTED_GIT_OVERRIDE}/liblightningjs.wasm" # TODO: Test this
271
275
if ! diff -r "${LDK_GARBAGECOLLECTED_GIT_OVERRIDE}/" new/; then
272
276
apt-get -y install diffoscope
273
277
diffoscope new/ldk-java-sources.jar "${LDK_GARBAGECOLLECTED_GIT_OVERRIDE}/ldk-java-sources.jar" || echo
274
- diffoscope new/ldk-java-javadoc.jar "${LDK_GARBAGECOLLECTED_GIT_OVERRIDE}/ldk-java-javadoc.jar" || echo
275
278
diffoscope new/ldk-java-classes.jar "${LDK_GARBAGECOLLECTED_GIT_OVERRIDE}/ldk-java-classes.jar" || echo
276
279
diffoscope new/ldk-java.jar "${LDK_GARBAGECOLLECTED_GIT_OVERRIDE}/ldk-java.jar" || echo
277
280
diffoscope new/ldk-java-leaktracking.jar "${LDK_GARBAGECOLLECTED_GIT_OVERRIDE}/ldk-java-leaktracking.jar" || echo
@@ -316,11 +319,11 @@ jobs:
316
319
# Note this is a different endpoint, as we need one non-upstream commit!
317
320
git clone https://github.com/lightningdevkit/rust-lightning
318
321
cd rust-lightning
319
- git checkout origin/0.0.117 -bindings
322
+ git checkout origin/0.0.118 -bindings
320
323
cd ..
321
324
git clone https://github.com/lightningdevkit/ldk-c-bindings
322
325
cd ldk-c-bindings
323
- git checkout 0.0.117
326
+ git checkout 0.0.118
324
327
- name : Fetch MacOS SDK
325
328
run : |
326
329
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
@@ -409,15 +412,15 @@ jobs:
409
412
android :
410
413
runs-on : ubuntu-latest
411
414
# Frankly, I'm not really sure why debian and ubuntu differ in the results here, they really shouldn't
412
- container : debian:bullseye
415
+ container : debian:bookworm
413
416
strategy :
414
417
fail-fast : false
415
418
steps :
416
419
- name : Install rust targets
417
420
run : |
418
421
apt-get update
419
422
apt-get -y dist-upgrade
420
- apt-get -y install git g++ clang faketime zip unzip curl openjdk-11 -jdk
423
+ apt-get -y install git g++ clang faketime zip unzip curl openjdk-17 -jdk
421
424
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rustup.sh
422
425
chmod +x ./rustup.sh
423
426
./rustup.sh -y
@@ -453,11 +456,11 @@ jobs:
453
456
# Note this is a different endpoint, as we need one non-upstream commit!
454
457
git clone https://github.com/lightningdevkit/rust-lightning
455
458
cd rust-lightning
456
- git checkout origin/0.0.117 -bindings
459
+ git checkout origin/0.0.118 -bindings
457
460
cd ..
458
461
git clone https://github.com/lightningdevkit/ldk-c-bindings
459
462
cd ldk-c-bindings
460
- git checkout 0.0.117
463
+ git checkout 0.0.118
461
464
cd lightning-c-bindings
462
465
. $HOME/.cargo/env
463
466
cargo update -p memchr --precise "2.5.0" --verbose
@@ -529,11 +532,11 @@ jobs:
529
532
# Note this is a different endpoint, as we need one non-upstream commit!
530
533
git clone https://github.com/rghtningdevkit/ust-lightning
531
534
cd rust-lightning
532
- git checkout origin/0.0.117 -bindings
535
+ git checkout origin/0.0.118 -bindings
533
536
cd ..
534
537
git clone https://github.com/lightningdevkit/ldk-c-bindings
535
538
cd ldk-c-bindings
536
- git checkout 0.0.117
539
+ git checkout 0.0.118
537
540
cd lightning-c-bindings
538
541
cargo update -p memchr --precise "2.5.0" --verbose
539
542
- name : Rebuild C bindings and check the sample app builds + links
0 commit comments