Skip to content

Commit 4d0b671

Browse files
committed
Disable pins for v2.6.0 release
1 parent b4d1e38 commit 4d0b671

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

goblint.opam

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

goblint.opam.locked

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,6 @@ conflicts: [
140140
post-messages: [
141141
"Do not benchmark Goblint on OCaml 5 (https://goblint.readthedocs.io/en/latest/user-guide/benchmarking/)." {ocaml:version >= "5.0.0"}
142142
]
143-
pin-depends: [
144-
[
145-
"apron.v0.9.15"
146-
"git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a"
147-
]
148-
]
149143
depexts: ["libgraph-easy-perl"] {os-distribution = "ubuntu" & with-test}
150144
description: """\
151145
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)