ocaml.org icon indicating copy to clipboard operation
ocaml.org copied to clipboard

Pin Docker image instead of opam-repo

Open cuihtlauac opened this issue 11 months ago • 0 comments

To stall dependencies, the build uses a pinned opam-repo. The same result can be achieved by pinning the docker image. This has two main advantages

  • More stable build, system does not change
  • Caching the opam switch build, which is what takes most of the time

cuihtlauac avatar Nov 21 '24 13:11 cuihtlauac