File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,10 +94,9 @@ dev-repo: "git+https://github.com/goblint/analyzer.git"
9494# on `dune build` goblint.opam will be generated from goblint.opam.template and dune-project
9595# also remember to generate/adjust goblint.opam.locked!
9696available: os-family != "bsd" & os-distribution != "alpine"
97- # pin-depends: [
98- # published goblint-cil 2.0.4 is currently up-to-date, so no pin needed
99- # [ "goblint-cil.2.0.3" "git+https://github.com/goblint/cil.git#ae3a4949d478fad77e004c6fe15a7c83427df59f" ]
100- # ]
97+ pin-depends: [
98+ [ "goblint-cil.2.0.4" "git+https://github.com/goblint/cil.git#317e26d48b06d5cdc4acff3df1a6824587052b53" ]
99+ ]
101100depexts: [
102101 ["libgraph-easy-perl"] {os-distribution = "ubuntu" & with-test}
103102]
Original file line number Diff line number Diff line change @@ -136,6 +136,12 @@ conflicts: [
136136post-messages: [
137137 "Do not benchmark Goblint on OCaml 5 (https://goblint.readthedocs.io/en/latest/user-guide/benchmarking/)." {ocaml:version >= "5.0.0"}
138138]
139+ pin-depends: [
140+ [
141+ "goblint-cil.2.0.4"
142+ "git+https://github.com/goblint/cil.git#317e26d48b06d5cdc4acff3df1a6824587052b53"
143+ ]
144+ ]
139145depexts: ["libgraph-easy-perl"] {os-distribution = "ubuntu" & with-test}
140146description: """\
141147Goblint is a sound static analysis framework for C programs using abstract interpretation.
Original file line number Diff line number Diff line change 11# on `dune build` goblint.opam will be generated from goblint.opam.template and dune-project
22# also remember to generate/adjust goblint.opam.locked!
33available: os-family != "bsd" & os-distribution != "alpine"
4- # pin-depends: [
5- # published goblint-cil 2.0.4 is currently up-to-date, so no pin needed
6- # [ "goblint-cil.2.0.3" "git+https://github.com/goblint/cil.git#ae3a4949d478fad77e004c6fe15a7c83427df59f" ]
7- # ]
4+ pin-depends: [
5+ [ "goblint-cil.2.0.4" "git+https://github.com/goblint/cil.git#317e26d48b06d5cdc4acff3df1a6824587052b53" ]
6+ ]
87depexts: [
98 ["libgraph-easy-perl"] {os-distribution = "ubuntu" & with-test}
109]
You can’t perform that action at this time.
0 commit comments