Skip to content

Commit

Permalink
CP-51479: [maintenance]: fix opam dependency on rrd-transport
Browse files Browse the repository at this point in the history
This doesn't appear to be epoll related but causes an xs-opam failure.

Signed-off-by: Edwin Török <edwin.torok@cloud.com>
  • Loading branch information
edwintorok committed Sep 20, 2024
1 parent 0a8fc6e commit 85ffeb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@
xenctrl
xmlm
yojson
(rrd-transport (= :version))
(alcotest :with-test)
(ppx_deriving_rpc :with-test)
(qcheck-core :with-test)
Expand Down
1 change: 1 addition & 0 deletions xapi-tools.opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ depends: [
"xenctrl"
"xmlm"
"yojson"
"rrd-transport" {= version}
"alcotest" {with-test}
"ppx_deriving_rpc" {with-test}
"qcheck-core" {with-test}
Expand Down

0 comments on commit 85ffeb4

Please # to comment.