Closed
Description
Hi,
I'm using 2.2.0~beta3
on linux.
I'm encountering an issue where opam upgrade
keeps wanting to recompile ocaml
and ocaml-base-compiler
.
This looks like:
$ opam update
$ opam upgrade
[...]
↻ ocaml 4.14.1 [upstream or system changes]
↻ ocaml-base-compiler 4.14.1 [upstream or system changes]
[...]
Proceed with ↻ 141 recompilations? [y/n] y
[...]
$ opam update
$ opam upgrade
[...]
↻ ocaml 4.14.1 [upstream or system changes]
↻ ocaml-base-compiler 4.14.1 [upstream or system changes]
[...]
Proceed with ↻ 141 recompilations? [y/n] n
opam remote
has just the default http remote. Here's part of the output of opam config report
:
# repositories 1 (http), 10 (version-controlled) (default repo at 5d6f1cf0)
Let me know what extra info I can provide.