Skip to content

Commit e07b557

Browse files
committed
[OPENJDK-4113] don't adjust securerandom.source
Since kernel v5.6 (2020), /dev/random no longer blocks and is functionally equivalent to /dev/urandom. So there's no point in adjusting securerandom.source. Signed-off-by: Jonathan Dowland <[email protected]>
1 parent bd24058 commit e07b557

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

modules/jdk/21/configure.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

modules/jdk/21/module.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,3 @@ modules:
3030
install:
3131
- name: jboss.container.user
3232
- name: jboss.container.openjdk
33-
34-
execute:
35-
- script: configure.sh

0 commit comments

Comments
 (0)