Skip to content

Commit

Permalink
switch to rocksdbjavastatic and portable for building on Ubuntu u86 b…
Browse files Browse the repository at this point in the history
…uild_and_publish_jar.yml (#594)
  • Loading branch information
maxb-io committed Jul 3, 2023
1 parent 0e1971c commit f66ae81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish_jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
export JAVA_HOME="$(jrunscript -e 'java.lang.System.out.println(java.lang.System.getProperty("java.home"));')"
export LIB_JAVA_VERSION=11.0.17
export the_version=${{ steps.find_version.outputs.verSion }}
make DEBUG_LEVEL=0 -j 16 rocksdbjava
PORTABLE=1 DEBUG_LEVEL=0 make -j $(nproc) rocksdbjavastatic
cd java
mkdir src/main/resources
cp target/libspeedbjni-linux64.so src/main/resources
Expand Down

0 comments on commit f66ae81

Please sign in to comment.