this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Mark remaining platforms as expected failures

+6
+6
packages/conf-openjdk/conf-openjdk.1/opam
··· 15 15 ["openjdk"] {os-distribution = "homebrew" & os = "macos"} 16 16 ] 17 17 x-ci-accept-failures: [ 18 + # requires the user to install a specific openjdk version 18 19 "freebsd" 20 + # these fail CI as PATH does not include javac 21 + "alpine" 22 + "opensuse" 23 + "macos" 24 + "x86_32" 19 25 ] 20 26 post-messages: [ 21 27 "Please ensure that the javac binary is installed and is available in PATH"