Antonin Décimo
Antonin Décimo
Git forges have a different naming scheme for merge/pull requests. - [GitlLab](https://docs.gitlab.com/ee/user/project/merge_requests/reviews/index.html#checkout-merge-requests-locally-through-the-head-ref): ``` fetch = +refs/merge-requests/*/head:refs/remotes/origin/merge-requests/* ``` - [GitHub](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally#modifying-an-inactive-pull-request-locally): ``` fetch = +refs/pull/*:refs/remotes/pull/* ``` - Gogs/Gitea use the same scheme...
This is a tracking issue to cover getting OBuilder working with Windows and introducing support for Windows builds into [ocaml-ci](https://github.com/ocurrent/ocaml-ci) and [opam-repo-ci](https://github.com/ocurrent/opam-repo-ci). ## The Idea (as it relates to OBuilder)...
On Windows, one cannot move a directory if it has files opened inside. A similar case occurs with ZFS. Ensure that all `Build_log` file descriptors are closed before promoting the...
Helps with test suite integration when showing test logs.
Using Obuilder Docker on Windows backend and ocaml/opam Windows images, currently with opam 2.0.8 and fdopen/opam-repository-mingw. Server configuration: ```yaml default-repository: fdopen/opam-repository-mingw#opam2 list-command: ocaml-env exec --64 -- opam list --available --installable...
> Building this version of bubblewrap with Meson is recommended. The source release `bubblewrap-0.9.0.tar.xz` no longer contains Autotools-generated files, although this version can still be built using Autotools after running...
Are there other places where newlines should be escaped? Everywhere, maybe? Fix #192.
Some code needs to be reverted when OCaml > 4.14.0 becomes available in the default opam-repository for the Windows images. It can be found here in `src/conf.ml`, and in ocaml-dockerfile...