ocaml-ci icon indicating copy to clipboard operation
ocaml-ci copied to clipboard

A CI for OCaml projects

Results 68 ocaml-ci issues
Sort by recently updated
recently updated
newest added

Consider for example [Irmin's main opam file](https://github.com/mirage/irmin/blob/main/irmin.opam): ``` pin-depends: [ [ "repr.dev" "git+https://github.com/mirage/repr#17623decc3d499b83da1f5d71b298681100539a3" ] [ "ppx_repr.dev" "git+https://github.com/mirage/repr#17623decc3d499b83da1f5d71b298681100539a3" ] ] ``` The development version of Irmin should be permitted to depend...

type/enhancement
context/causing-pain

The Mirage CI pipeline searches the primary text for a pull request and extracts references to other pull requests. If any of these pull requests refer to dependencies of the...

type/enhancement

It would be nice if we could have a lint check (maybe optional) looking at the diff between the opam files in the current repo and the one stored in...

Apologies if this is already covered elsewhere (I didn't see it in the list of issues). It would be nice to get (email) alerts when my build fails.

Apologies in advance for the reproduction case which is probably going to be stale somewhat soon. Right now, when I go on https://ci.ocamllabs.io/github/ocaml/merlin everything is red, but if I pick...

OCaml-CI's current strategy for running tests of multi-package repositories is to first pin all of the packages and then install them all in the same switch and run `dune runtest`....

Context: https://ci.ocamllabs.io/github/ocurrent/ocaml-version/commit/61b6842fbee2d750d0af8489f76036d56db8338c/variant/debian-10-4.12 The recently merged https://github.com/ocaml/opam-repository/pull/17541 causes an update to the `ocaml-variants.4.12.0+trunk` package and an _upgrade_ to the `ocaml-config` package from version 1 to version 2. However, ocaml-ci does a...

When OCaml 4.10.1 was released, the PPC base image got updated before the x86 one. However, the CI assumes that the compiler version opam var from the x86 image will...

type/bug