File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -98,8 +98,8 @@ dev-repo: "git+https://github.com/goblint/analyzer.git"
9898# also remember to generate/adjust goblint.opam.locked!
9999available: os-family != "bsd" & os-distribution != "alpine" & (arch != "arm64" | os = "macos")
100100pin-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]
Original file line number Diff line number Diff 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]
145145pin-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"
Original file line number Diff line number Diff line change 22# also remember to generate/adjust goblint.opam.locked!
33available: os-family != "bsd" & os-distribution != "alpine" & (arch != "arm64" | os = "macos")
44pin-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]
You can’t perform that action at this time.
0 commit comments