Skip to content

Commit

Permalink
Depend on conf-libev
Browse files Browse the repository at this point in the history
Several services have failed due to Lwt using `select` by default.
Ideally this should be fixed in Lwt (see ocsigen/lwt#871),
but for now at least fix it for all OCurrent pipelines.
  • Loading branch information
talex5 committed Jul 12, 2021
1 parent 6d853eb commit 855ef39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions current.opam
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ depends: [
"logs" {>= "0.7.0"}
"result" {>= "1.5"}
"prometheus-app" {>= "0.7" & with-test}
"conf-libev" {os != "win32"}
]
build: [
["dune" "build" "-p" name "-j" jobs]
Expand Down

0 comments on commit 855ef39

Please sign in to comment.