File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -98,8 +98,7 @@ 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, but pinned for reproducibility
102- [ "goblint-cil.2.0.7" "git+https://github.com/goblint/cil.git#8e2212316ceda6911de2db716933bfb8c64a8585" ]
101+ [ "goblint-cil.2.0.7" "git+https://github.com/goblint/cil.git#e5b6287c0c85864c6d44f7fa30d0084a3ae11d6c" ]
103102 # pinned for stability (https://github.com/goblint/analyzer/issues/1520), remove after new apron release
104103 [ "apron.v0.9.15" "git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a" ]
105104]
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ post-messages: [
145145pin-depends: [
146146 [
147147 "goblint-cil.2.0.7"
148- "git+https://github.com/goblint/cil.git#8e2212316ceda6911de2db716933bfb8c64a8585 "
148+ "git+https://github.com/goblint/cil.git#e5b6287c0c85864c6d44f7fa30d0084a3ae11d6c "
149149 ]
150150 [
151151 "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.7 is currently up-to-date, but pinned for reproducibility
6- [ "goblint-cil.2.0.7" "git+https://github.com/goblint/cil.git#8e2212316ceda6911de2db716933bfb8c64a8585" ]
5+ [ "goblint-cil.2.0.7" "git+https://github.com/goblint/cil.git#e5b6287c0c85864c6d44f7fa30d0084a3ae11d6c" ]
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