Commit 80f8346
committed
nix: Reduce the closure size by using a minimal JRE
Apparently, there is no more canonical JRE because `pkgs.jre` is an
alias for `pkgs.jdk`. However, nixpkgs provides `jre_minimal` which can
be used to exclude unused modules. I created the list of used modules by
running the ESEC/FSE 2024 demo and adding modules until it stopped
complaining.1 parent 4b98467 commit 80f8346
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
62 | 66 | | |
63 | 67 | | |
64 | 68 | | |
| |||
96 | 100 | | |
97 | 101 | | |
98 | 102 | | |
99 | | - | |
| 103 | + | |
100 | 104 | | |
101 | 105 | | |
102 | 106 | | |
| |||
0 commit comments