-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
[Tracking] Improve JDK infrastucture #313216
Comments
This issue has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/improve-the-jdk-infrastructure-on-nixpkgs/45678/8 |
Does #301653 count as a JDK version update automation? Even though JBR is pretty specifically for JetBrains IDEs… |
It does. Whether we like it or not, it's a JDK. |
This issue has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/improve-the-jdk-infrastructure-on-nixpkgs/45678/28 |
#286267 has been split into a number of smaller PRs:
I expect several of these to need to be switched over to staging, but I'm waiting until OfBorg evals them and until I have enough spoons to actually do that. I've already accidentally failed one cross-branch rebase today, I'm not going it again. Lesson learned, break up PRs as much as possible. |
Cross-compilation of openjdk is also wildly broken, as the entire dependencies within javaPackages do not get spliced properly, and several dependencies are added as buildInputs instead of nativeBuildInputs |
This issue tracks all the issues and pull requests related to improving the JDK infrastucture on nixpkgs (See
https://discourse.nixos.org/t/improve-the-jdk-infrastructure-on-nixpkgs/)
I will continue to update this issue as new pull requests or issues are created. While discussions should primarily take place on the corresponding issues themselves, feel free to leave a comment here if you believe something relevant
has been missed.
Automate JDK version updates
Remove old/unused JDK derivations
Build OpenJDK
Documentation
To be done
cc @doronbehar @rjpcasalino @nessdoor @raboof @Infinidoge
The text was updated successfully, but these errors were encountered: