Skip to content

Commit 9850228

Browse files
committed
Replace goblint-cil pin with published 2.0.9
1 parent e52bf5d commit 9850228

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

goblint.opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ 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-
[ "goblint-cil.2.0.9" "git+https://github.com/goblint/cil.git#1b48fc0ce4f3576a51618305251121ffedd0bf1e" ]
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" ]
105106
# pinned for stability (https://github.com/goblint/analyzer/issues/1520), remove after new apron release
106107
[ "apron.v0.9.15" "git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a" ]
107108
]

goblint.opam.locked

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,6 @@ 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-
]
152148
[
153149
"apron.v0.9.15"
154150
"git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a"

goblint.opam.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
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-
[ "goblint-cil.2.0.9" "git+https://github.com/goblint/cil.git#1b48fc0ce4f3576a51618305251121ffedd0bf1e" ]
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" ]
78
# pinned for stability (https://github.com/goblint/analyzer/issues/1520), remove after new apron release
89
[ "apron.v0.9.15" "git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a" ]
910
]

0 commit comments

Comments
 (0)