Update opam install command to correct flag#7340
Conversation
|
Is it possible you're using
When I initially followed the setup steps, I ran into the same issue as you, but it turned out to be from using the version of opam from the Ubuntu 24.04 repos - currently v2.1.5 When I installed opam with |
|
Ah right, it even says so in #6901 where this flag was introduced. I guess this PR can be closed then? |
Dismissing review because the flag is valid in opam >= 2.2.0
And the contributing guide already says opam 2.2.0 is needed. |
|
If you're using the devcontainer, it's a problem with the container which is installing The latest version of OPAM in the Bookworm's registry is |
I noticed while following the setup steps that one of the flags was no longer correct.
From what I can tell that flag is no longer needed: ocaml/dune#10538