Skip to content

Commit 65ae0f0

Browse files
committed
Add graph-easy Ubuntu depext
1 parent b734f50 commit 65ae0f0

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

goblint.opam

+3
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ pin-depends: [
8181
# TODO: add back after release, only pinned for optimization (https://github.com/ocaml-ppx/ppx_deriving/pull/252)
8282
[ "ppx_deriving.5.2.1" "git+https://github.com/ocaml-ppx/ppx_deriving.git#0a89b619f94cbbfc3b0fb3255ab4fe5bc77d32d6" ]
8383
]
84+
depexts: [
85+
["libgraph-easy-perl"] {os-distribution = "ubuntu" & with-test}
86+
]
8487
post-messages: [
8588
"Do not benchmark Goblint on OCaml 5 (https://goblint.readthedocs.io/en/latest/user-guide/benchmarking/)." {ocaml:version >= "5.0.0"}
8689
]

goblint.opam.locked

+1
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,4 @@ pin-depends: [
140140
"git+https://github.com/ocaml-ppx/ppx_deriving.git#0a89b619f94cbbfc3b0fb3255ab4fe5bc77d32d6"
141141
]
142142
]
143+
depexts: ["libgraph-easy-perl"] {os-distribution = "ubuntu" & with-test}

goblint.opam.template

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ pin-depends: [
77
# TODO: add back after release, only pinned for optimization (https://github.com/ocaml-ppx/ppx_deriving/pull/252)
88
[ "ppx_deriving.5.2.1" "git+https://github.com/ocaml-ppx/ppx_deriving.git#0a89b619f94cbbfc3b0fb3255ab4fe5bc77d32d6" ]
99
]
10+
depexts: [
11+
["libgraph-easy-perl"] {os-distribution = "ubuntu" & with-test}
12+
]
1013
post-messages: [
1114
"Do not benchmark Goblint on OCaml 5 (https://goblint.readthedocs.io/en/latest/user-guide/benchmarking/)." {ocaml:version >= "5.0.0"}
1215
]

0 commit comments

Comments
 (0)