Skip to content

Commit

Permalink
linux_x64: fix 'Adjust JRE' step
Browse files Browse the repository at this point in the history
  • Loading branch information
ahadas committed Apr 23, 2024
1 parent 460eab8 commit 737c902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_x64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
make-target: images

- name: Adjust JRE
run:
run: |
./build/linux-x86_64-server-release/images/jdk/bin/jlink --module-path ./build/linux-x86_64-server-release/images/jdk/jmods --add-modules java.base,java.desktop,java.logging,java.naming,java.transaction.xa,java.rmi,java.management,java.security.jgss,java.sql,jdk.crypto.ec,jdk.httpserver,java.compiler --output ./out/linux/ --no-header-files --no-man-pages --strip-debug --compress=2
rm -rf ./out/linux/bin
Expand Down

0 comments on commit 737c902

Please sign in to comment.