Mark Elvers
Mark Elvers
Don't forget to revert the unwanted part of https://github.com/ocaml/ocaml.org/pull/2816 cc/ @shonfeder
Addressing the issue reported under https://github.com/ocaml/opam/issues/6448, this PR makes two changes. - Updates `opam init` to use `opam init -k git` - Uses the latest tagged release of `opam` rather...
Some job [logs](https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/f12b879ae1078937c1960a7d9b6952aa811edb15/variant/freebsd,freebsd-ocaml-4.14-amd64,ppx_deriving_variant_string.1.0.1) report `RPC failed`. ``` 2024-05-16 06:53.54: Waiting for worker… 2024-05-16 06:53.54: Got resource from pool OCluster Building on summer error: RPC failed; HTTP 400 curl 22 The...
Plan b. Ignore the `zfs unmount` exit status.
With the release of ocurrent 0.7.0 we no longer need the custom Docker branch pin. The syntax changed from `user@host` to `~server`.
This PR removes the dependency on `bash`, which affects the ability to compile on OpenBSD and Windows where `bash` is not available by default. This fix was suggested by @polytypic.
Fedora 42 (current release) includes GCC 15.0.1. With GCC 15, the default is `-std=gnu23`. The knock on effect is that OCaml < 4.14 does not compile. ``` 2025-04-22 15:08.19: New...