Skip to content

Commit d46438a

Browse files
committed
Partially revert "Replace goblint-cil pin with published 2.0.4, remove pins for v2.4.0 release"
This reverts commit cffe5c2.
1 parent ad95965 commit d46438a

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

goblint.opam

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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!
9696
available: 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+
]
101100
depexts: [
102101
["libgraph-easy-perl"] {os-distribution = "ubuntu" & with-test}
103102
]

goblint.opam.locked

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,12 @@ conflicts: [
136136
post-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+
]
139145
depexts: ["libgraph-easy-perl"] {os-distribution = "ubuntu" & with-test}
140146
description: """\
141147
Goblint is a sound static analysis framework for C programs using abstract interpretation.

goblint.opam.template

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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!
33
available: 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+
]
87
depexts: [
98
["libgraph-easy-perl"] {os-distribution = "ubuntu" & with-test}
109
]

0 commit comments

Comments
 (0)