File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -97,12 +97,12 @@ dev-repo: "git+https://github.com/goblint/analyzer.git"
9797# on `dune build` goblint.opam will be generated from goblint.opam.template and dune-project
9898# also remember to generate/adjust goblint.opam.locked!
9999available: os-family != "bsd" & os-distribution != "alpine" & (arch != "arm64" | os = "macos")
100- # pin-depends: [
100+ pin-depends: [
101101 # published goblint-cil 2.0.7 is currently up-to-date, so no pin needed
102102 # [ "goblint-cil.2.0.7" "git+https://github.com/goblint/cil.git#8e2212316ceda6911de2db716933bfb8c64a8585" ]
103103 # pinned for stability (https://github.com/goblint/analyzer/issues/1520), remove after new apron release
104- # [ "apron.v0.9.15" "git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a" ]
105- # ]
104+ [ "apron.v0.9.15" "git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a" ]
105+ ]
106106depexts: [
107107 ["libgraph-easy-perl"] {os-distribution = "ubuntu" & with-test} # doesn't work (https://github.com/ocaml/opam/issues/5836)
108108]
Original file line number Diff line number Diff line change @@ -142,6 +142,12 @@ conflicts: [
142142post-messages: [
143143 "Do not benchmark Goblint on OCaml 5 (https://goblint.readthedocs.io/en/latest/user-guide/benchmarking/)." {ocaml:version >= "5.0.0"}
144144]
145+ pin-depends: [
146+ [
147+ "apron.v0.9.15"
148+ "git+https://github.com/antoinemine/apron.git#418a217c7a70dae3f422678f3aaba38ae374d91a"
149+ ]
150+ ]
145151depexts: ["libgraph-easy-perl"] {os-distribution = "ubuntu" & with-test}
146152description: """\
147153Goblint 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