diff options
| author | Emilio Jesus Gallego Arias | 2020-12-04 17:20:28 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2020-12-04 17:24:20 +0100 |
| commit | 92ea6137a2fc2a70b5e26cfb154d0372974f93b2 (patch) | |
| tree | e8fe1bed836c168523688267a3e7d26b05127044 /coq-doc.opam | |
| parent | 4d21a082f4bc1a2a98328abc545a22f448affdf4 (diff) | |
[dune] [opam] Disable dune subst in opam files until the upstream fix is propagated
`dune subst` is broken on unicode files, see
https://github.com/ocaml/dune/pull/3879 and
https://github.com/ocaml/dune/pull/3879
This is a frequent problem, introduced by
https://github.com/coq/coq/pull/13374 , so disabling pending on dune
2.8 being released.
Diffstat (limited to 'coq-doc.opam')
| -rw-r--r-- | coq-doc.opam | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/coq-doc.opam b/coq-doc.opam index 67cdbd8bf0..3a872db33d 100644 --- a/coq-doc.opam +++ b/coq-doc.opam @@ -20,7 +20,8 @@ depends: [ "coq" {build & = version} ] build: [ - ["dune" "subst"] {pinned} +# Disabled until Dune 2.8 is available +# ["dune" "subst"] {pinned} [ "dune" "build" |
