Closed
Description
Currently the ARM64 CI is failing on alpine while trying to update the repository (from master):
https://arm64.ci.ocamllabs.io/log/saved/docker-build-43ecc3c0743da0075a22689086fef2d7/9ab7d8a55c9c1ddc6aae400f6bd247765c4825e9
The failure is reproducible using the following docker file/steps:
FROM ocaml/opam2:alpine-3.6-ocaml-4.05.0
RUN git pull origin master
RUN opam update
However when using the same commands with the debian image (ocaml/opam2:alpine-3.6-ocaml-4.05.0) it works perfectly.
Both images have the same opam version: 2.0.0~rc (0a141dd) and are starting with the same repository (ocaml/opam-repository#ecba783e1dde04c930a202491aab8f2390b56fd3)
I'm not sure what is different here but maybe you have an idea ?
Metadata
Assignees
Labels
No labels
Activity