| 21 Aug 2025 |
msgilligan | Yeah, that been hitting me too. | 19:57:26 |
msgilligan | I haven’t tried it on smaller repos yet today so I don’t know if it’s because of Nixpkgs’ size | 19:58:41 |
Infinidoge 🏳️⚧️ | Fair warning: I'll be more absent than usual the next couple days while moving back to university | 20:03:31 |
emily | if someone could test just the build of github:NixOS/nixpkgs/pull/435652/merge#jdk itself that would be great | 20:04:07 |
emily | for the backport | 20:04:08 |
emily | err, should be /head I guess | 20:04:19 |
emily | but it'll probably be based on a staging commit so you'd want to cherry-pick it… | 20:04:28 |
emily | so this is no longer a super simple request, oh well | 20:04:33 |
msgilligan | I can try to do this on aarch64-darwin and/or aarch64-linux. I'm not sure what I need to do, though. | 20:44:25 |
emily | check out release-25.05 and apply the commit on top | 20:44:58 |
emily | (e.g. via curl ….patch | git apply or by fancy gh command) | 20:45:12 |
emily | (or fetching the PR branch / pulls/N/head commit and git cherry-picking that) | 20:45:26 |
emily | and then build jdk | 20:45:28 |
msgilligan | OK, I'll do it after I change location. | 20:45:51 |
PROgrm_JARvis | Running nixpkgs-review on it just now (x86_64-linux) | 20:47:13 |
emily | that will never terminate | 20:47:36 |
emily | it'll build thousands of packages | 20:47:39 |
emily | only the actual jdk package can reasonably be tested / needs testing | 20:47:52 |
PROgrm_JARvis |  Download image.png | 20:48:09 |
PROgrm_JARvis | Yup, tested build on x86_64-linux -- it works:
$ nix build .#jdk21_headless
$ ./result/bin/java --version
openjdk 21.0.8 2025-07-15
OpenJDK Runtime Environment (build 21.0.8+9-nixos)
OpenJDK 64-Bit Server VM (build 21.0.8+9-nixos, mixed mode, sharing)
| 21:16:12 |
emily | thanks | 21:16:21 |
emily | merged it | 21:16:35 |
PROgrm_JARvis | Thank you! | 21:17:11 |