this repo has no description
0
fork

Configure Feed

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

conf-mysql: accept CI failures on Arch and Oracle

+5
+5
packages/conf-mysql/conf-mysql.1/opam
··· 18 18 ["mysql80-client"] {os = "freebsd" & os-version >= "13"} 19 19 ["mysql57-client"] {os = "freebsd" & os-version < "13"} 20 20 ] 21 + x-ci-accept-failures: [ 22 + "archlinux" 23 + "oraclelinux-8" 24 + "oraclelinux-9" 25 + ] 21 26 synopsis: "Virtual package relying on a libmysqlclient system installation" 22 27 description: 23 28 "This package can only install if the libmysqlclient is installed on the system."