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
Previously we always supplied a `--comp` argument to `opam init` and
would therefore build a custom OCaml compiler -- this is fine for the
CI case where we wish to control the version precisely.
This patch interprets an empty `OPAM_COMP` environment variable as
meaning "use the system compiler" which is useful for (eg) the homebrew
case.
Signed-off-by: David Scott <[email protected]>
0 commit comments