You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to be able to prepend/append to PATH in dune-workspace files, which currently support:
(paths (<var1> <val1>) .. (<varN> <valN>))
This can be used to introduce a local OCaml compiler and associated tools to a dune build seamlessly, without interfering with the main dune build graph.
It works, and allows a dune build to proceed without an OCaml or opam installation on the system. This is how the duniverse bootstrap will work shortly. Thanks!
It would be useful to be able to prepend/append to PATH in
dune-workspace
files, which currently support:This can be used to introduce a local OCaml compiler and associated tools to a dune build seamlessly, without interfering with the main dune build graph.
Discussed with @rgrinberg offline.
The text was updated successfully, but these errors were encountered: