Summary: Installing with `opam pin` risks upgrading a lot of package in the current switch, which is very slow. It's also wasted work since we'll install back their older versions afterwards with `opam lock`. Moreover, that second step can now fail if javalib needs to be recompiled (which it seems it does), because we delete the javalib sources after having pinned them. Solution: 1. do not install javalib at `opam pin` time, and 2. do not remove its source tree after pinning. Reviewed By: martinoluca Differential Revision: D5764153 fbshipit-source-id: 9c9b1c7master
parent
b2edf17b21
commit
6ab174f0c3
Loading…
Reference in new issue