Skip to content

Commit 5d7c2c1

Browse files
committed
Pin released goblint-cil.2.0.7 for reproducibility
1 parent e5ce233 commit 5d7c2c1

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

goblint.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ dev-repo: "git+https://github.com/goblint/analyzer.git"
9898
# also remember to generate/adjust goblint.opam.locked!
9999
available: os-family != "bsd" & os-distribution != "alpine" & (arch != "arm64" | os = "macos")
100100
pin-depends: [
101-
# published goblint-cil 2.0.7 is currently up-to-date, so no pin needed
102-
# [ "goblint-cil.2.0.7" "git+https://github.com/goblint/cil.git#8e2212316ceda6911de2db716933bfb8c64a8585" ]
101+
# published goblint-cil 2.0.7 is currently up-to-date, but pinned for reproducibility
102+
[ "goblint-cil.2.0.7" "git+https://github.com/goblint/cil.git#8e2212316ceda6911de2db716933bfb8c64a8585" ]
103103
# pinned for stability (https://github.com/goblint/analyzer/issues/1520), remove after new apron release
104104
[ "apron.v0.9.15" "git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a" ]
105105
]

goblint.opam.locked

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@ post-messages: [
143143
"Do not benchmark Goblint on OCaml 5 (https://goblint.readthedocs.io/en/latest/user-guide/benchmarking/)." {ocaml:version >= "5.0.0"}
144144
]
145145
pin-depends: [
146+
[
147+
"goblint-cil.2.0.7"
148+
"git+https://github.com/goblint/cil.git#8e2212316ceda6911de2db716933bfb8c64a8585"
149+
]
146150
[
147151
"apron.v0.9.15"
148152
"git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a"

goblint.opam.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# also remember to generate/adjust goblint.opam.locked!
33
available: os-family != "bsd" & os-distribution != "alpine" & (arch != "arm64" | os = "macos")
44
pin-depends: [
5-
# published goblint-cil 2.0.7 is currently up-to-date, so no pin needed
6-
# [ "goblint-cil.2.0.7" "git+https://github.com/goblint/cil.git#8e2212316ceda6911de2db716933bfb8c64a8585" ]
5+
# published goblint-cil 2.0.7 is currently up-to-date, but pinned for reproducibility
6+
[ "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
88
[ "apron.v0.9.15" "git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a" ]
99
]

0 commit comments

Comments
 (0)