File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ description:
55 "Bindings to the Linux io_uring kernel IO interfaces. See https://github.com/ocaml-multicore/eio for a higher-level API using this."
6677authors: ["Anil Madhavapeddy" "Sadiq Jaffer" "Thomas Leonard"]
8- license: "(ISC AND MIT)"
98homepage: "https://github.com/ocaml-multicore/ocaml-uring"
109doc: "https://ocaml-multicore.github.io/ocaml-uring/"
1110bug-reports: "https://github.com/ocaml-multicore/ocaml-uring/issues"
@@ -42,3 +41,8 @@ depexts: [
4241 ["linux-headers"] {os-distribution = "alpine"}
4342]
4443available: [os = "linux"]
44+ license: ["ISC" "MIT"]
45+ x-ci-accept-failures: [
46+ "centos-7" # default C compiler does not support stdatomic.h
47+ "oraclelinux-7" # default C compiler does not support stdatomic.h
48+ ]
Original file line number Diff line number Diff line change @@ -2,3 +2,8 @@ depexts: [
22 ["linux-headers"] {os-distribution = "alpine"}
33]
44available: [os = "linux"]
5+ license: ["ISC" "MIT"]
6+ x-ci-accept-failures: [
7+ "centos-7" # default C compiler does not support stdatomic.h
8+ "oraclelinux-7" # default C compiler does not support stdatomic.h
9+ ]
You can’t perform that action at this time.
0 commit comments