Skip to content

Commit e5ce233

Browse files
committed
Revert "Disable pins for v2.6.0 release"
This reverts commit 4d0b671.
1 parent a1bf1c7 commit e5ce233

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

goblint.opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ dev-repo: "git+https://github.com/goblint/analyzer.git"
9797
# on `dune build` goblint.opam will be generated from goblint.opam.template and dune-project
9898
# also remember to generate/adjust goblint.opam.locked!
9999
available: os-family != "bsd" & os-distribution != "alpine" & (arch != "arm64" | os = "macos")
100-
# pin-depends: [
100+
pin-depends: [
101101
# published goblint-cil 2.0.7 is currently up-to-date, so no pin needed
102102
# [ "goblint-cil.2.0.7" "git+https://github.com/goblint/cil.git#8e2212316ceda6911de2db716933bfb8c64a8585" ]
103103
# pinned for stability (https://github.com/goblint/analyzer/issues/1520), remove after new apron release
104-
# [ "apron.v0.9.15" "git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a" ]
105-
# ]
104+
[ "apron.v0.9.15" "git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a" ]
105+
]
106106
depexts: [
107107
["libgraph-easy-perl"] {os-distribution = "ubuntu" & with-test} # doesn't work (https://github.com/ocaml/opam/issues/5836)
108108
]

goblint.opam.locked

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,12 @@ conflicts: [
142142
post-messages: [
143143
"Do not benchmark Goblint on OCaml 5 (https://goblint.readthedocs.io/en/latest/user-guide/benchmarking/)." {ocaml:version >= "5.0.0"}
144144
]
145+
pin-depends: [
146+
[
147+
"apron.v0.9.15"
148+
"git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a"
149+
]
150+
]
145151
depexts: ["libgraph-easy-perl"] {os-distribution = "ubuntu" & with-test}
146152
description: """\
147153
Goblint is a sound static analysis framework for C programs using abstract interpretation.

goblint.opam.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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" & (arch != "arm64" | os = "macos")
4-
# pin-depends: [
4+
pin-depends: [
55
# published goblint-cil 2.0.7 is currently up-to-date, so no pin needed
66
# [ "goblint-cil.2.0.7" "git+https://github.com/goblint/cil.git#8e2212316ceda6911de2db716933bfb8c64a8585" ]
77
# pinned for stability (https://github.com/goblint/analyzer/issues/1520), remove after new apron release
8-
# [ "apron.v0.9.15" "git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a" ]
9-
# ]
8+
[ "apron.v0.9.15" "git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a" ]
9+
]
1010
depexts: [
1111
["libgraph-easy-perl"] {os-distribution = "ubuntu" & with-test} # doesn't work (https://github.com/ocaml/opam/issues/5836)
1212
]

0 commit comments

Comments
 (0)