Skip to content

Commit 44ba988

Browse files
Pin CIL with global state removed from Pretty (#1790)
* Pin CIL with global state removed from Pretty --------- Co-authored-by: Michael Schwarz <[email protected]>
1 parent bac2e27 commit 44ba988

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

goblint.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ dev-repo: "git+https://github.com/goblint/analyzer.git"
102102
available: os-family != "bsd" & os-distribution != "alpine" & (arch != "arm64" | os = "macos")
103103
pin-depends: [
104104
# published goblint-cil 2.0.6 is currently up-to-date, but pinned for reproducibility
105-
[ "goblint-cil.2.0.6" "git+https://github.com/goblint/cil.git#c0b10d1848223a67de45ef608f4e05c082977ac1" ]
105+
[ "goblint-cil.2.0.6" "git+https://github.com/goblint/cil.git#4b8b06eb39801a87d195f81d830a686578bd8b8b" ]
106106
# pinned for stability (https://github.com/goblint/analyzer/issues/1520), remove after new apron release
107107
[ "apron.v0.9.15" "git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a" ]
108108
]

goblint.opam.locked

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ post-messages: [
143143
pin-depends: [
144144
[
145145
"goblint-cil.2.0.6"
146-
"git+https://github.com/goblint/cil.git#c0b10d1848223a67de45ef608f4e05c082977ac1"
146+
"git+https://github.com/goblint/cil.git#4b8b06eb39801a87d195f81d830a686578bd8b8b"
147147
]
148148
[
149149
"apron.v0.9.15"

goblint.opam.template

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
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.6 is currently up-to-date, but pinned for reproducibility
6-
[ "goblint-cil.2.0.6" "git+https://github.com/goblint/cil.git#c0b10d1848223a67de45ef608f4e05c082977ac1" ]
5+
[ "goblint-cil.2.0.6" "git+https://github.com/goblint/cil.git#4b8b06eb39801a87d195f81d830a686578bd8b8b" ]
76
# pinned for stability (https://github.com/goblint/analyzer/issues/1520), remove after new apron release
87
[ "apron.v0.9.15" "git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a" ]
98
]

0 commit comments

Comments
 (0)