Skip to content

Commit 270caa0

Browse files
committed
Disable pins for v2.7.0 release
1 parent 9850228 commit 270caa0

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
# also remember to generate/adjust goblint.opam.locked!
101101
x-maintenance-intent: ["(latest)" "(latest).(latest-1)"] # also keep previous minor version (with two releases per year, always keep a SV-COMP release)
102102
available: os-family != "bsd" & os-distribution != "alpine" & (arch != "arm64" | os = "macos")
103-
pin-depends: [
103+
# pin-depends: [
104104
# published goblint-cil 2.0.9 is currently up-to-date, so no pin needed
105105
# [ "goblint-cil.2.0.9" "git+https://github.com/goblint/cil.git#1b48fc0ce4f3576a51618305251121ffedd0bf1e" ]
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
@@ -144,12 +144,6 @@ conflicts: [
144144
post-messages: [
145145
"Do not benchmark Goblint on OCaml 5 (https://goblint.readthedocs.io/en/latest/user-guide/benchmarking/)." {ocaml:version >= "5.0.0"}
146146
]
147-
pin-depends: [
148-
[
149-
"apron.v0.9.15"
150-
"git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a"
151-
]
152-
]
153147
depexts: ["libgraph-easy-perl"] {os-distribution = "ubuntu" & with-test}
154148
description: """\
155149
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
@@ -2,12 +2,12 @@
22
# also remember to generate/adjust goblint.opam.locked!
33
x-maintenance-intent: ["(latest)" "(latest).(latest-1)"] # also keep previous minor version (with two releases per year, always keep a SV-COMP release)
44
available: os-family != "bsd" & os-distribution != "alpine" & (arch != "arm64" | os = "macos")
5-
pin-depends: [
5+
# pin-depends: [
66
# published goblint-cil 2.0.9 is currently up-to-date, so no pin needed
77
# [ "goblint-cil.2.0.9" "git+https://github.com/goblint/cil.git#1b48fc0ce4f3576a51618305251121ffedd0bf1e" ]
88
# pinned for stability (https://github.com/goblint/analyzer/issues/1520), remove after new apron release
9-
[ "apron.v0.9.15" "git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a" ]
10-
]
9+
# [ "apron.v0.9.15" "git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a" ]
10+
# ]
1111
depexts: [
1212
["libgraph-easy-perl"] {os-distribution = "ubuntu" & with-test} # doesn't work (https://github.com/ocaml/opam/issues/5836)
1313
]

0 commit comments

Comments
 (0)