tarides / ocaml-platform-installer

The best way for developers to write software in OCaml
ISC License
61 stars 8 forks source link

Pinned compiler binary package are still put in the cache. #114

Closed panglesd closed 2 years ago

panglesd commented 2 years ago

Indeed, the binary is ultimately installed from the cache. It could overwrite existing binary package and be installed in place of other later...

The solution to this could be:

The second solution could be applied for the installation of all packages, to prevent the problem where ocaml needs to be recompiled but the repository where the package comes from has been disabled (reported in #112).

Julow commented 2 years ago

Fixed in https://github.com/tarides/ocaml-platform-installer/pull/115