Skip to content

Commit 173a813

Browse files
committed
Pin eio for child process fix
ocaml-multicore/eio#593
1 parent 5d188e7 commit 173a813

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

solver-service.opam

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,8 @@ dev-repo: "git+https://github.com/ocurrent/solver-service.git"
5555
pin-depends: [
5656
["lwt_eio.0.4" "git+https://github.com/talex5/lwt_eio.git#27688ec6aa551b9e510cd6a13747880d97451dc4"]
5757
["lwt.dev" "git+https://github.com/talex5/lwt.git#52596733b92b12458fcae701d5051d984c26ed5d"]
58+
["eio.dev" "git+https://github.com/talex5/eio.git#5d8a48c20d3905c39cd990b7bf8bf3d78e6faa1c"]
59+
["eio_linux.dev" "git+https://github.com/talex5/eio.git#5d8a48c20d3905c39cd990b7bf8bf3d78e6faa1c"]
60+
["eio_posix.dev" "git+https://github.com/talex5/eio.git#5d8a48c20d3905c39cd990b7bf8bf3d78e6faa1c"]
61+
["eio_main.dev" "git+https://github.com/talex5/eio.git#5d8a48c20d3905c39cd990b7bf8bf3d78e6faa1c"]
5862
]

solver-service.opam.template

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
pin-depends: [
22
["lwt_eio.0.4" "git+https://github.com/talex5/lwt_eio.git#27688ec6aa551b9e510cd6a13747880d97451dc4"]
33
["lwt.dev" "git+https://github.com/talex5/lwt.git#52596733b92b12458fcae701d5051d984c26ed5d"]
4+
["eio.dev" "git+https://github.com/talex5/eio.git#5d8a48c20d3905c39cd990b7bf8bf3d78e6faa1c"]
5+
["eio_linux.dev" "git+https://github.com/talex5/eio.git#5d8a48c20d3905c39cd990b7bf8bf3d78e6faa1c"]
6+
["eio_posix.dev" "git+https://github.com/talex5/eio.git#5d8a48c20d3905c39cd990b7bf8bf3d78e6faa1c"]
7+
["eio_main.dev" "git+https://github.com/talex5/eio.git#5d8a48c20d3905c39cd990b7bf8bf3d78e6faa1c"]
48
]

0 commit comments

Comments
 (0)