Skip to content

Commit

Permalink
Enable jdk_beans on all linux
Browse files Browse the repository at this point in the history
- Enable jdk_beans on alinux, plinux, slinux for all java versions

related: eclipse-openj9/openj9#20531

Signed-off-by: Anna Babu Palathingal <[email protected]>
  • Loading branch information
annaibm committed Dec 9, 2024
1 parent fd581a3 commit c73eb1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openjdk/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -757,8 +757,8 @@
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/20531</comment>
<impl>openj9</impl>
<platform>^((?!(x86-64_linux)).)*$</platform>
</disable>
<platform>^(?!.*linux).*$</platform>
</disable>
<disable>
<comment>https://github.com/eclipse-openj9/openj9/issues/10757</comment>
<impl>ibm</impl>
Expand Down

0 comments on commit c73eb1f

Please sign in to comment.