File tree Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -100,12 +100,12 @@ dev-repo: "git+https://github.com/goblint/analyzer.git"
100100# on `dune build` goblint.opam will be generated from goblint.opam.template and dune-project
101101# also remember to generate/adjust goblint.opam.locked!
102102available: os-family != "bsd" & os-distribution != "alpine" & (arch != "arm64" | os = "macos")
103- pin-depends: [
103+ # pin-depends: [
104104 # published goblint-cil 2.0.7 is currently up-to-date, so no pin needed
105105 # [ "goblint-cil.2.0.7" "git+https://github.com/goblint/cil.git#8e2212316ceda6911de2db716933bfb8c64a8585" ]
106106 # pinned for stability (https://github.com/goblint/analyzer/issues/1520), remove after new apron release
107- [ "apron.v0.9.15" "git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a" ]
108- ]
107+ # [ "apron.v0.9.15" "git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a" ]
108+ # ]
109109depexts: [
110110 ["libgraph-easy-perl"] {os-distribution = "ubuntu" & with-test} # doesn't work (https://github.com/ocaml/opam/issues/5836)
111111]
Original file line number Diff line number Diff line change @@ -140,12 +140,6 @@ conflicts: [
140140post-messages: [
141141 "Do not benchmark Goblint on OCaml 5 (https://goblint.readthedocs.io/en/latest/user-guide/benchmarking/)." {ocaml:version >= "5.0.0"}
142142]
143- pin-depends: [
144- [
145- "apron.v0.9.15"
146- "git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a"
147- ]
148- ]
149143depexts: ["libgraph-easy-perl"] {os-distribution = "ubuntu" & with-test}
150144description: """\
151145Goblint is a sound static analysis framework for C programs using abstract interpretation.
Original file line number Diff line number Diff line change 11# on `dune build` goblint.opam will be generated from goblint.opam.template and dune-project
22# also remember to generate/adjust goblint.opam.locked!
33available: os-family != "bsd" & os-distribution != "alpine" & (arch != "arm64" | os = "macos")
4- pin-depends: [
4+ # pin-depends: [
55 # published goblint-cil 2.0.7 is currently up-to-date, so no pin needed
66 # [ "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
8- [ "apron.v0.9.15" "git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a" ]
9- ]
8+ # [ "apron.v0.9.15" "git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a" ]
9+ # ]
1010depexts: [
1111 ["libgraph-easy-perl"] {os-distribution = "ubuntu" & with-test} # doesn't work (https://github.com/ocaml/opam/issues/5836)
1212]
You can’t perform that action at this time.
0 commit comments