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
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.
The text was updated successfully, but these errors were encountered:
It happened to me more than twice, but I can't reproduce it indefinitely either. Maybe it's twice per update of the repository.
Also, this behaviour happens with a switch only containing the system compiler (5.2.0 in my case), which helps for testing since no compilation needs to happen.
Hi,
I'm using
2.2.0~beta3
on linux.I'm encountering an issue where
opam upgrade
keeps wanting to recompileocaml
andocaml-base-compiler
.This looks like:
opam remote
has just the default http remote. Here's part of the output ofopam config report
:Let me know what extra info I can provide.
The text was updated successfully, but these errors were encountered: