File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -97,8 +97,8 @@ dev-repo: "git+https://github.com/goblint/analyzer.git"
9797# also remember to generate/adjust goblint.opam.locked!
9898available: os-family != "bsd" & os-distribution != "alpine" & (arch != "arm64" | os = "macos")
9999pin-depends: [
100- # published goblint-cil 2.0.5 is currently up-to-date, but pinned for reproducibility
101- [ "goblint-cil.2.0.5 " "git+https://github.com/goblint/cil.git#f5ee39bd344dc74e2a10e407d877e0ddf73c9c6f " ]
100+ # published goblint-cil 2.0.6 is currently up-to-date, but pinned for reproducibility
101+ [ "goblint-cil.2.0.6 " "git+https://github.com/goblint/cil.git#8385ab315bc7461f6801af57673c64731bfa036a " ]
102102 # pinned for stability (https://github.com/goblint/analyzer/issues/1520), remove after new camlidl release
103103 [ "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
Original file line number Diff line number Diff line change @@ -139,8 +139,8 @@ post-messages: [
139139]
140140pin-depends: [
141141 [
142- "goblint-cil.2.0.5 "
143- "git+https://github.com/goblint/cil.git#f5ee39bd344dc74e2a10e407d877e0ddf73c9c6f "
142+ "goblint-cil.2.0.6 "
143+ "git+https://github.com/goblint/cil.git#8385ab315bc7461f6801af57673c64731bfa036a "
144144 ]
145145 [
146146 "camlidl.1.12"
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.5 is currently up-to-date, but pinned for reproducibility
6- [ "goblint-cil.2.0.5 " "git+https://github.com/goblint/cil.git#f5ee39bd344dc74e2a10e407d877e0ddf73c9c6f " ]
5+ # published goblint-cil 2.0.6 is currently up-to-date, but pinned for reproducibility
6+ [ "goblint-cil.2.0.6 " "git+https://github.com/goblint/cil.git#8385ab315bc7461f6801af57673c64731bfa036a " ]
77 # pinned for stability (https://github.com/goblint/analyzer/issues/1520), remove after new camlidl release
88 [ "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
You can’t perform that action at this time.
0 commit comments