Skip to content

Commit 0376bd8

Browse files
committed
Drop binaries from the repo, they are now at https://git.bitcoin.ninja/index.cgi?p=ldk-java-bins;a=summary
1 parent a80b3da commit 0376bd8

File tree

5 files changed

+3
-2
lines changed

5 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
export LDK_GARBAGECOLLECTED_GIT_OVERRIDE="$(cat .git_ver)"
7474
git clone https://git.bitcoin.ninja/ldk-java-bins
7575
mkdir -p src/main/resources/
76-
cp "ldk-java-bins/${LDK_GARBAGECOLLECTED_GIT_OVERRIDE}/liblightningjni_MacOSX-*" src/main/resources/
76+
cp "ldk-java-bins/${LDK_GARBAGECOLLECTED_GIT_OVERRIDE}/liblightningjni_MacOSX-"* src/main/resources/
7777
- name: Build Java/TS Release Bindings
7878
run: |
7979
export LDK_GARBAGECOLLECTED_GIT_OVERRIDE="$(cat .git_ver)"
@@ -175,7 +175,7 @@ jobs:
175175
export LDK_GARBAGECOLLECTED_GIT_OVERRIDE="$(cat .git_ver)"
176176
git clone https://git.bitcoin.ninja/ldk-java-bins
177177
mkdir -p src/main/resources/
178-
cp "ldk-java-bins/${LDK_GARBAGECOLLECTED_GIT_OVERRIDE}/liblightningjni_Linux-*" src/main/resources/
178+
cp "ldk-java-bins/${LDK_GARBAGECOLLECTED_GIT_OVERRIDE}/liblightningjni_Linux-"* src/main/resources/
179179
- name: Build Java/TS Release Bindings
180180
run: |
181181
export LDK_GARBAGECOLLECTED_GIT_OVERRIDE="$(cat .git_ver)"

genbindings.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ else
135135
fi
136136
if [ "$LDK_JAR_TARGET" = "true" ]; then
137137
# Copy to JNI native directory for inclusion in JARs
138+
mkdir -p src/main/resources/
138139
cp liblightningjni_release$LDK_TARGET_SUFFIX.so src/main/resources/liblightningjni$LDK_TARGET_SUFFIX.nativelib
139140
fi
140141
fi
-8.61 MB
Binary file not shown.
-4.28 MB
Binary file not shown.
-4.85 MB
Binary file not shown.

0 commit comments

Comments
 (0)