Skip to content

Commit

Permalink
uring.0.1: Fix license field syntax and accept failures on old distri…
Browse files Browse the repository at this point in the history
…butions (default C compiler does not support stdatomic.h)
  • Loading branch information
kit-ty-kate authored Jun 26, 2021
1 parent 8084bcb commit d3ea851
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/uring/uring.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description:
"Bindings to the Linux io_uring kernel IO interfaces. See https://github.com/ocaml-multicore/eio for a higher-level API using this."
maintainer: ["anil@recoil.org"]
authors: ["Anil Madhavapeddy" "Sadiq Jaffer" "Thomas Leonard"]
license: "(ISC AND MIT)"
license: ["ISC" "MIT"]
homepage: "https://github.com/ocaml-multicore/ocaml-uring"
bug-reports: "https://github.com/ocaml-multicore/ocaml-uring/issues"
depends: [
Expand All @@ -25,6 +25,10 @@ depends: [
"alcotest" {>= "1.4.0" & with-test}
"odoc" {with-doc}
]
x-ci-accept-failures: [
"centos-7" # default C compiler does not support stdatomic.h
"oraclelinux-7" # default C compiler does not support stdatomic.h
]
build: [
["dune" "subst"] {dev}
[
Expand Down

0 comments on commit d3ea851

Please sign in to comment.