Skip to content

Commit

Permalink
Partially revert "Replace goblint-cil pin with published 2.0.4, remov…
Browse files Browse the repository at this point in the history
…e pins for v2.4.0 release"

This reverts commit cffe5c2.
  • Loading branch information
sim642 committed Aug 2, 2024
1 parent ad95965 commit d46438a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
7 changes: 3 additions & 4 deletions goblint.opam
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,9 @@ dev-repo: "git+https://github.com/goblint/analyzer.git"
# on `dune build` goblint.opam will be generated from goblint.opam.template and dune-project
# also remember to generate/adjust goblint.opam.locked!
available: os-family != "bsd" & os-distribution != "alpine"
# pin-depends: [
# published goblint-cil 2.0.4 is currently up-to-date, so no pin needed
# [ "goblint-cil.2.0.3" "git+https://github.com/goblint/cil.git#ae3a4949d478fad77e004c6fe15a7c83427df59f" ]
# ]
pin-depends: [
[ "goblint-cil.2.0.4" "git+https://github.com/goblint/cil.git#317e26d48b06d5cdc4acff3df1a6824587052b53" ]
]
depexts: [
["libgraph-easy-perl"] {os-distribution = "ubuntu" & with-test}
]
Expand Down
6 changes: 6 additions & 0 deletions goblint.opam.locked
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,12 @@ conflicts: [
post-messages: [
"Do not benchmark Goblint on OCaml 5 (https://goblint.readthedocs.io/en/latest/user-guide/benchmarking/)." {ocaml:version >= "5.0.0"}
]
pin-depends: [
[
"goblint-cil.2.0.4"
"git+https://github.com/goblint/cil.git#317e26d48b06d5cdc4acff3df1a6824587052b53"
]
]
depexts: ["libgraph-easy-perl"] {os-distribution = "ubuntu" & with-test}
description: """\
Goblint is a sound static analysis framework for C programs using abstract interpretation.
Expand Down
7 changes: 3 additions & 4 deletions goblint.opam.template
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# on `dune build` goblint.opam will be generated from goblint.opam.template and dune-project
# also remember to generate/adjust goblint.opam.locked!
available: os-family != "bsd" & os-distribution != "alpine"
# pin-depends: [
# published goblint-cil 2.0.4 is currently up-to-date, so no pin needed
# [ "goblint-cil.2.0.3" "git+https://github.com/goblint/cil.git#ae3a4949d478fad77e004c6fe15a7c83427df59f" ]
# ]
pin-depends: [
[ "goblint-cil.2.0.4" "git+https://github.com/goblint/cil.git#317e26d48b06d5cdc4acff3df1a6824587052b53" ]
]
depexts: [
["libgraph-easy-perl"] {os-distribution = "ubuntu" & with-test}
]
Expand Down

0 comments on commit d46438a

Please sign in to comment.