File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ dev-repo: "git+https://github.com/goblint/analyzer.git"
102102available: os-family != "bsd" & os-distribution != "alpine" & (arch != "arm64" | os = "macos")
103103pin-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]
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ post-messages: [
143143pin-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"
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.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]
You can’t perform that action at this time.
0 commit comments