Skip to content

Commit 4f83ce8

Browse files
committed
Revert "Disable pins for v2.5.0 release"
This reverts commit d066c8d.
1 parent 7170d9a commit 4f83ce8

3 files changed

Lines changed: 18 additions & 8 deletions

File tree

goblint.opam

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,14 @@ dev-repo: "git+https://github.com/goblint/analyzer.git"
9696
# on `dune build` goblint.opam will be generated from goblint.opam.template and dune-project
9797
# also remember to generate/adjust goblint.opam.locked!
9898
available: os-family != "bsd" & os-distribution != "alpine" & (arch != "arm64" | os = "macos")
99-
# pin-depends: [
99+
pin-depends: [
100100
# published goblint-cil 2.0.5 is currently up-to-date, so no pin needed
101101
# [ "goblint-cil.2.0.5" "git+https://github.com/goblint/cil.git#c79208b21ea61d7b72eae29a18c1ddeda4795dfd" ]
102102
# pinned for stability (https://github.com/goblint/analyzer/issues/1520), remove after new camlidl release
103-
# [ "camlidl.1.12" "git+https://github.com/xavierleroy/camlidl.git#1c1e87e3f56c2c6b3226dd0af3510ef414b462d0" ]
103+
[ "camlidl.1.12" "git+https://github.com/xavierleroy/camlidl.git#1c1e87e3f56c2c6b3226dd0af3510ef414b462d0" ]
104104
# pinned for stability (https://github.com/goblint/analyzer/issues/1520), remove after new apron release
105-
# [ "apron.v0.9.15" "git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a" ]
106-
# ]
105+
[ "apron.v0.9.15" "git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a" ]
106+
]
107107
depexts: [
108108
["libgraph-easy-perl"] {os-distribution = "ubuntu" & with-test}
109109
]

goblint.opam.locked

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,16 @@ conflicts: [
137137
post-messages: [
138138
"Do not benchmark Goblint on OCaml 5 (https://goblint.readthedocs.io/en/latest/user-guide/benchmarking/)." {ocaml:version >= "5.0.0"}
139139
]
140+
pin-depends: [
141+
[
142+
"camlidl.1.12"
143+
"git+https://github.com/xavierleroy/camlidl.git#1c1e87e3f56c2c6b3226dd0af3510ef414b462d0"
144+
]
145+
[
146+
"apron.v0.9.15"
147+
"git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a"
148+
]
149+
]
140150
depexts: ["libgraph-easy-perl"] {os-distribution = "ubuntu" & with-test}
141151
description: """\
142152
Goblint is a sound static analysis framework for C programs using abstract interpretation.

goblint.opam.template

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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.5 is currently up-to-date, so no pin needed
66
# [ "goblint-cil.2.0.5" "git+https://github.com/goblint/cil.git#c79208b21ea61d7b72eae29a18c1ddeda4795dfd" ]
77
# pinned for stability (https://github.com/goblint/analyzer/issues/1520), remove after new camlidl release
8-
# [ "camlidl.1.12" "git+https://github.com/xavierleroy/camlidl.git#1c1e87e3f56c2c6b3226dd0af3510ef414b462d0" ]
8+
[ "camlidl.1.12" "git+https://github.com/xavierleroy/camlidl.git#1c1e87e3f56c2c6b3226dd0af3510ef414b462d0" ]
99
# pinned for stability (https://github.com/goblint/analyzer/issues/1520), remove after new apron release
10-
# [ "apron.v0.9.15" "git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a" ]
11-
# ]
10+
[ "apron.v0.9.15" "git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a" ]
11+
]
1212
depexts: [
1313
["libgraph-easy-perl"] {os-distribution = "ubuntu" & with-test}
1414
]

0 commit comments

Comments
 (0)