Skip to content

Commit 8126c85

Browse files
committed
Cross compiling from release version, not tip
note that crosscompile.sh was removed from tip recently
1 parent dcc538b commit 8126c85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jni/lmdbjava.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ else
7272
sudo dnf install -y zig || setZig
7373
fi
7474
pushd lmdbjava
75-
bash cross-compile.sh
7675
git checkout lmdbjava-0.9.1
76+
bash cross-compile.sh
7777
if [ "0$JDK_MAJOR" -ge 25 ] ; then
7878
## jacoco prints a lot of errors,but it seesm to passe same 222 tests as with jdk21
7979
$MVN clean install -Dfmt.skip

0 commit comments

Comments
 (0)