-
Notifications
You must be signed in to change notification settings - Fork 37
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
java plugin should not link java under /bin #813
Comments
Like the staged runtime, I'm not sure we can change the default behaviour here without breaking backwards compatibility. |
I wonder if anyone used the plugin since it conflicts with anything providing /bin. |
There are definitely snaps that use it and could be broken if this location changes. If this prevents rocks from building, craft-parts should offer a way for applications to override the location where Java is placed so Rockcraft can place it in Cc @tigarmo |
In my use-case it would be better to have an option not to deploy links in staging. |
@vpa1977 paired with the jlink plugin for rockcraft that makes a lot of sense - we'll just need to figure out details. |
Bug Description
Java plugin attempts to link java executable under /bin.
This causes conflict with the other parts writing to /bin.
To Reproduce
part yaml
Relevant log output
The text was updated successfully, but these errors were encountered: