-
-
Notifications
You must be signed in to change notification settings - Fork 15k
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
Please add derivations for Amazon Corretto JDK (8, 11, 15) #114795
Comments
I'm not even sure if we would be allowed to redistribute the Corretto JDK for trademark reasons.
Why would you want to use Coretto JDK instead of the normal jdk11 builds or AdoptOpenJDK binary releases? |
I'd misread the prerequisites for AWS CDK (https://cdkworkshop.com/15-prerequisites/800-java.html), actually. Nevertheless, other packager managers (e.g., Homebrew's correto cask) seem to provide this as a package, so I thought it would be useful for it to be available via nix. Perhaps rather than building from source, it could be a derivation linking to the official packages? |
Yeah, best just use the
It's not trivial to run prebuilt binaries in a Nix environment. They need to be patched to reference (link to) shared libraries in the Nix store. Even then, I'm not sure if we would still be allowed to call it Amazon Coretto JDK since we would have to modify the binaries.
Unless there's some feature missing in our own OpenJDK builds, I would strongly prefer not to package yet another binary JDK. |
Fair enough @petabyteboy. Thanks for the explanation. |
Project description
No-cost, multiplatform, production-ready distribution of OpenJDK.
Metadata
The text was updated successfully, but these errors were encountered: