-
Notifications
You must be signed in to change notification settings - Fork 371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
opam-2.1 install -y fails #4682
Comments
There's a subtle break with the |
In fact, opam default handling of environment variables vs cli is: if a flag is given it is taken prior to the corrsponding environment variable. That said, it could be ok to make a specific case for |
When the CLI is scanned, opam determines if Prior to #4683, opam is looking at |
Yes, it is more consistent to keep each environment variable tied with the flags! |
Since the change to CONFIRMLEVEL instead of OPAMDEPEXTYES setting, we changed the default in docker-base-images to use it ocurrent/docker-base-images#111
However, now passing
-y
on the install line causes the opam install to fail:e.g.
Removing the
-y
allows installation to continue normally.The text was updated successfully, but these errors were encountered: