Anil Madhavapeddy

Results 486 comments of Anil Madhavapeddy

Isn't it better to modify the Docker base images so that a system compiler is available there as a variant? That would avoid the need for the OCaml build instructions...

> I'm not sure, wouldn't that just move the build instructions to docker-base-images? Yes, but then the images could just be reused by ocaml-ci as well. There's one shortcut here:...

The images do not automatically dedup per-file. So back to my question: do we need to test the system compiler with a particular compiler, or would it having it tested...

A fairly simple option to avoid yet another package variant is: - make _all_ base compiler images system compilers, by modifying ocaml-dockerfile to emit ocaml-system runes if there are no...

It is nice not having to split between docker build and run right now. Since we're using buildkit, we could use this neat trick from https://github.com/moby/moby/issues/1996#issuecomment-550020843 Generate the last line...

I think this is a bug in dune -- a newer version of the dune client should not break older workflows without a versioning step involved. We shouldn't be working...

Thanks for the suggestion; you could have a go at implementing this as an ocurrent output plugin if you'd like. See https://github.com/ocurrent/ocurrent/tree/master/plugins/slack for the Slack one -- the email plugin...

Ahh, so this is why the ppc64 CI was failing with a solver failure. Nice catch.