Mark Elvers
Mark Elvers
It is. However, it only seems necessary on FreeBSD machines. I wonder whether the workaround is masking some other issue which we haven't yet identified. I would be reluctant to...
> I am not entirely sure what Mark's concern is. As far as I know, the `archive-mirrors` field in the global `~/.opam/config` is available since 2.0 (this commit here introduced...
I have used this before (see https://github.com/tarides/infrastructure/blob/791e0f8bb6ff5c8dd9e3f54122edcaa158087ec5/hopi.caelum.ci.dev/windows-desktops/roles/visual-studio/tasks/main.yml#L3) however, I found Chocolatey to be more reliable when running under Ansible. I noticed that we jump through a lot of hoops to...
Have you tried restarting the container rather than the whole machine?
Here's a minimal example showing the failure: ```dockerfile # syntax=docker/dockerfile:1.2 FROM ocaml/opam:alpine AS build RUN curl -fsSL https://get.dune.build/install | sh WORKDIR /home/opam RUN git clone https://github.com/ocurrent/ocaml-dockerfile ENV PATH=/home/opam/.local/bin:$PATH RUN sudo...
These commands are executed once during the initialisation of obuilder. They ensure that the necessary folders are available and have the correct permissions. These errors indicate that the ZFS file...
There are two archives, `ocaml/opam.ocaml.org-legacy`, which hasn't changed for 5 years and holds the cache for opam 1.x and `ocaml/opam:archive`, which is updated weekly. The current `Dockerfile` copies these files...
Rebuilding fixed it in this case. I'll dig deeper to see if I can get to the bottom of why this happens.
https://github.com/ocurrent/obuilder/pull/192 should address the original issue. The other issue relates to the http transport used by git on macOS. See [stackoverflow.com](https://stackoverflow.com/questions/59282476/error-rpc-failed-curl-92-http-2-stream-0-was-not-closed-cleanly-protocol-erro). To test, I've set the http version and superficially...
Rebuilding the job through this [link](https://ocaml.ci.dev:8100/job/2024-09-06/165252-git-fetch-1fe773) has moved things along