ocaml / opam

opam is a source-based package manager. It supports multiple simultaneous compiler installations, flexible package constraints, and a Git-friendly development workflow.
https://opam.ocaml.org
Other
1.21k stars 348 forks source link

Always pass `--no-write-registry` to Cygwin setup #5995

Closed dra27 closed 1 month ago

dra27 commented 1 month ago

This flag is already passed when initially installing Cygwin, but any subsequent depext installs which don't have it cause the internal installations to be put in the registry (when possible).

From my testing so far, including it with an existing registered installation does not cause Cygwin to delete the existing registration.