File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -94,10 +94,9 @@ dev-repo: "git+https://github.com/goblint/analyzer.git"
94
94
# on `dune build` goblint.opam will be generated from goblint.opam.template and dune-project
95
95
# also remember to generate/adjust goblint.opam.locked!
96
96
available: os-family != "bsd" & os-distribution != "alpine"
97
- # pin-depends: [
98
- # published goblint-cil 2.0.4 is currently up-to-date, so no pin needed
99
- # [ "goblint-cil.2.0.3" "git+https://github.com/goblint/cil.git#ae3a4949d478fad77e004c6fe15a7c83427df59f" ]
100
- # ]
97
+ pin-depends: [
98
+ [ "goblint-cil.2.0.4" "git+https://github.com/goblint/cil.git#317e26d48b06d5cdc4acff3df1a6824587052b53" ]
99
+ ]
101
100
depexts: [
102
101
["libgraph-easy-perl"] {os-distribution = "ubuntu" & with-test}
103
102
]
Original file line number Diff line number Diff line change @@ -136,6 +136,12 @@ conflicts: [
136
136
post-messages: [
137
137
"Do not benchmark Goblint on OCaml 5 (https://goblint.readthedocs.io/en/latest/user-guide/benchmarking/)." {ocaml:version >= "5.0.0"}
138
138
]
139
+ pin-depends: [
140
+ [
141
+ "goblint-cil.2.0.4"
142
+ "git+https://github.com/goblint/cil.git#317e26d48b06d5cdc4acff3df1a6824587052b53"
143
+ ]
144
+ ]
139
145
depexts: ["libgraph-easy-perl"] {os-distribution = "ubuntu" & with-test}
140
146
description: """\
141
147
Goblint is a sound static analysis framework for C programs using abstract interpretation.
Original file line number Diff line number Diff line change 1
1
# on `dune build` goblint.opam will be generated from goblint.opam.template and dune-project
2
2
# also remember to generate/adjust goblint.opam.locked!
3
3
available: os-family != "bsd" & os-distribution != "alpine"
4
- # pin-depends: [
5
- # published goblint-cil 2.0.4 is currently up-to-date, so no pin needed
6
- # [ "goblint-cil.2.0.3" "git+https://github.com/goblint/cil.git#ae3a4949d478fad77e004c6fe15a7c83427df59f" ]
7
- # ]
4
+ pin-depends: [
5
+ [ "goblint-cil.2.0.4" "git+https://github.com/goblint/cil.git#317e26d48b06d5cdc4acff3df1a6824587052b53" ]
6
+ ]
8
7
depexts: [
9
8
["libgraph-easy-perl"] {os-distribution = "ubuntu" & with-test}
10
9
]
You can’t perform that action at this time.
0 commit comments