Skip to content

Commit 610a7f2

Browse files
committed
Revert "Replace goblint-cil pin with published 2.0.9"
This reverts commit 9850228.
1 parent d979f12 commit 610a7f2

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

goblint.opam

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ dev-repo: "git+https://github.com/goblint/analyzer.git"
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")
103103
pin-depends: [
104-
# published goblint-cil 2.0.9 is currently up-to-date, so no pin needed
105-
# [ "goblint-cil.2.0.9" "git+https://github.com/goblint/cil.git#1b48fc0ce4f3576a51618305251121ffedd0bf1e" ]
104+
[ "goblint-cil.2.0.9" "git+https://github.com/goblint/cil.git#1b48fc0ce4f3576a51618305251121ffedd0bf1e" ]
106105
# pinned for stability (https://github.com/goblint/analyzer/issues/1520), remove after new apron release
107106
[ "apron.v0.9.15" "git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a" ]
108107
]

goblint.opam.locked

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ 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
]
147147
pin-depends: [
148+
[
149+
"goblint-cil.2.0.9"
150+
"git+https://github.com/goblint/cil.git#1b48fc0ce4f3576a51618305251121ffedd0bf1e"
151+
]
148152
[
149153
"apron.v0.9.15"
150154
"git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a"

goblint.opam.template

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
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")
55
pin-depends: [
6-
# published goblint-cil 2.0.9 is currently up-to-date, so no pin needed
7-
# [ "goblint-cil.2.0.9" "git+https://github.com/goblint/cil.git#1b48fc0ce4f3576a51618305251121ffedd0bf1e" ]
6+
[ "goblint-cil.2.0.9" "git+https://github.com/goblint/cil.git#1b48fc0ce4f3576a51618305251121ffedd0bf1e" ]
87
# pinned for stability (https://github.com/goblint/analyzer/issues/1520), remove after new apron release
98
[ "apron.v0.9.15" "git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a" ]
109
]

0 commit comments

Comments
 (0)