diff options
| author | coqbot-app[bot] | 2020-12-08 14:16:48 +0000 |
|---|---|---|
| committer | GitHub | 2020-12-08 14:16:48 +0000 |
| commit | eed93daca185e08a042f26886e30a50b1d60bbac (patch) | |
| tree | 409478254f3d7df27254d0fec70f8ebf69c3a787 /dune-project | |
| parent | c79e503a91be63a7799d6f82690d319ce7a24040 (diff) | |
| parent | 92ea6137a2fc2a70b5e26cfb154d0372974f93b2 (diff) | |
Merge PR #13572: [dune] [opam] Disable dune subst in opam files until the upstream fix is propagated
Reviewed-by: Zimmi48
Diffstat (limited to 'dune-project')
| -rw-r--r-- | dune-project | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dune-project b/dune-project index 1265c993b7..1187c58449 100644 --- a/dune-project +++ b/dune-project @@ -5,7 +5,10 @@ (formatting (enabled_for ocaml)) -(generate_opam_files true) +; Pending on dune 2.8 as to avoid bug with dune subst +; see https://github.com/ocaml/dune/pull/3879 and +; https://github.com/ocaml/dune/pull/3879 +; (generate_opam_files true) (license LGPL-2.1-only) (maintainers "The Coq development team <coqdev@inria.fr>") |
