We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
This is a regression compared to opam 2.0. opam 2.1 also exhibits this issue as well as opam master (2.2.0~beta1):
$ opam init -n --bare --debug [...] 00:08.106 GSTATE Failed to evaluate global variable sys-ocaml-version: "ocamlc": command not found. 00:13.974 CLIENT Selected default compiler ocaml-base-compiler in 6.143s
--bare should prevent opam from looking for a default compiler, since none will be installed.
--bare
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a regression compared to opam 2.0.
opam 2.1 also exhibits this issue as well as opam master (2.2.0~beta1):
--bare
should prevent opam from looking for a default compiler, since none will be installed.The text was updated successfully, but these errors were encountered: