-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jlink fails on MacOS & Linux #128
Comments
If you need to see build.gradle or github actions: https://github.com/JamzTheMan/TokenTool/tree/feature-jdk14 |
FWIW I tested this using WSL2 on my Windows PC and I'm seeing the same thing for linux build; missing the
|
@JamzTheMan Thanks for reporting this issue. It was a bug in the plugin. Fixed in 2.17.5. |
awesome! I'll test it right now and report back! |
Looks like this fixes the issue! Thanks! |
When running jlink (or jpackage running jlink) on Mac/Linux actions, I'm getting the following error when running against a os matrix on GitHub Actions:
Listing the
build/image
dir I see that thebin
dir is missing. This works ok on windows.Everything works ok on Windows 10 desktop.
Pulling this down to my Mac Mojave laptop, I'm seeing the same issue. If I'm quick and copy the
bin
dir manually (after jlink cleans and recreates image folder) everything works ok.Also, after manually copying the
bin
dir, jpackage command works as well untilimage
dir is cleaned/recached.The text was updated successfully, but these errors were encountered: