ocaml / infrastructure

WIki to hold the information about the machine resources available to OCaml.org
40 stars 9 forks source link

Failure to deploy v2.ocaml.org #72

Closed tmattio closed 1 year ago

tmattio commented 1 year ago

The deployment of v2.ocaml.org is failing with the following error:

[ERROR] The sources of the following couldn't be obtained, aborting:
          - ocaml-base-compiler.4.10.2: Bad checksum

This PR on opam-repository seems related: https://github.com/ocaml/opam-repository/pull/23849.

The Dockerfile on https://github.com/ocaml/v2.ocaml.org is still using a https://github.com/ocaml/opam-repository/commit/08309af060417fac7143e968e41b9e67e80ba674, which predates the PR above. I think the fix will be to bump the opam-repository commit used in the Dockerfile. I'll send a PR to v2.ocaml.org, but opening an issue here to track the deployment failure.

tmattio commented 1 year ago

cc @Octachron

tmattio commented 1 year ago

The PR fixed it.