File tree Expand file tree Collapse file tree 3 files changed +6
-13
lines changed Expand file tree Collapse file tree 3 files changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -74,12 +74,12 @@ dev-repo: "git+https://github.com/goblint/analyzer.git"
74
74
# on `dune build` goblint.opam will be generated from goblint.opam.template and dune-project
75
75
# also remember to generate/adjust goblint.opam.locked!
76
76
available: os-distribution != "alpine" & arch != "arm64"
77
- pin-depends: [
77
+ # pin-depends: [
78
78
# published goblint-cil 2.0.3 is currently up-to-date, so no pin needed
79
79
# [ "goblint-cil.2.0.3" "git+https://github.com/goblint/cil.git#d2760bacfbfdb25a374254de44f2ff1cb5f42abd" ]
80
80
# TODO: add back after release, only pinned for optimization (https://github.com/ocaml-ppx/ppx_deriving/pull/252)
81
- [ "ppx_deriving.5.2.1" "git+https://github.com/ocaml-ppx/ppx_deriving.git#0a89b619f94cbbfc3b0fb3255ab4fe5bc77d32d6" ]
82
- ]
81
+ # [ "ppx_deriving.5.2.1" "git+https://github.com/ocaml-ppx/ppx_deriving.git#0a89b619f94cbbfc3b0fb3255ab4fe5bc77d32d6" ]
82
+ # ]
83
83
post-messages: [
84
84
"Do not benchmark Goblint on OCaml 5 (https://goblint.readthedocs.io/en/latest/user-guide/benchmarking/)." {ocaml:version >= "5.0.0"}
85
85
]
Original file line number Diff line number Diff line change @@ -128,10 +128,3 @@ conflicts: [
128
128
post-messages: [
129
129
"Do not benchmark Goblint on OCaml 5 (https://goblint.readthedocs.io/en/latest/user-guide/benchmarking/)." {ocaml:version >= "5.0.0"}
130
130
]
131
- # TODO: manually reordered to avoid opam pin crash: https://github.com/ocaml/opam/issues/4936
132
- pin-depends: [
133
- [
134
- "ppx_deriving.5.2.1"
135
- "git+https://github.com/ocaml-ppx/ppx_deriving.git#0a89b619f94cbbfc3b0fb3255ab4fe5bc77d32d6"
136
- ]
137
- ]
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-distribution != "alpine" & arch != "arm64"
4
- pin-depends: [
4
+ # pin-depends: [
5
5
# published goblint-cil 2.0.3 is currently up-to-date, so no pin needed
6
6
# [ "goblint-cil.2.0.3" "git+https://github.com/goblint/cil.git#d2760bacfbfdb25a374254de44f2ff1cb5f42abd" ]
7
7
# TODO: add back after release, only pinned for optimization (https://github.com/ocaml-ppx/ppx_deriving/pull/252)
8
- [ "ppx_deriving.5.2.1" "git+https://github.com/ocaml-ppx/ppx_deriving.git#0a89b619f94cbbfc3b0fb3255ab4fe5bc77d32d6" ]
9
- ]
8
+ # [ "ppx_deriving.5.2.1" "git+https://github.com/ocaml-ppx/ppx_deriving.git#0a89b619f94cbbfc3b0fb3255ab4fe5bc77d32d6" ]
9
+ # ]
10
10
post-messages: [
11
11
"Do not benchmark Goblint on OCaml 5 (https://goblint.readthedocs.io/en/latest/user-guide/benchmarking/)." {ocaml:version >= "5.0.0"}
12
12
]
You can’t perform that action at this time.
0 commit comments