Skip to content

Commit

Permalink
Update tarjdk.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
aaaapai authored Apr 29, 2024
1 parent 76f98c6 commit 6ae87ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tarjdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ cd jreout
# Strip
find ./ -name '*.so' -execdir ${TOOLCHAIN}/bin/llvm-strip {} \;
find jreout/bin/ -name '*' -execdir ${TOOLCHAIN}/bin/llvm-strip {} \;
find jreout/lib/ -name 'jexec' -execdir ${TOOLCHAIN}/bin/llvm-strip {} \;
find jreout/lib/ -name 'jspawnhelper' -execdir ${TOOLCHAIN}/bin/llvm-strip {} \;

tar cJf ../jre17-${TARGET_SHORT}-`date +%Y%m%d`-${JDK_DEBUG_LEVEL}.tar.xz .

Expand Down

0 comments on commit 6ae87ee

Please sign in to comment.