Skip to content

Commit

Permalink
Document #236 under "Known issues" + addresss review comments
Browse files Browse the repository at this point in the history
The explanation is taken from https://coq.zulipchat.com/#narrow/stream/240550-Dune-devs.20.26.20users/topic/dune.20and.20parallel.20builds.

Also, if this is merged, please replace "jbuilder" by "dune" in the issue title, so that people who click the link aren't too confused.

Signed-Off-By: Paolo G. Giarrusso <[email protected]>
  • Loading branch information
Blaisorblade authored and jeremiedimino committed Jul 9, 2020
1 parent 7ac0a8b commit d981e29
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/known-issues.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,11 @@ https://github.com/ocaml/dune/issues/567
So, while they are supported, you should be careful where you use them. Using a
`.ml` only module is still preferable.

parallel dune invocations on the same tree
================

One can invoke dune multiple times in parallel, as long as the invocations are not
under the same root. That is to say, two dune runs cannot share the same target
`_build` directory.

This is tracked under https://github.com/ocaml/dune/issues/236.

0 comments on commit d981e29

Please sign in to comment.