Organisationsocurrentobuilderbranch/masterBuild History

Build History for branch/master

Builds (9)
Merge pull request #195 from mtelvers/qemu-backend QEMU backend
29cde8
Remove `delete_recursively` and `win32_unlink` Looks like this was copied from Lwt at some point. It is not used within obuilder currently, nor have I found it used in any of our other projects. And it has since been exposed in Lwt. See https://github.com/ocsigen/lwt/blob/48abed72467ca7479e95f1be06d02f40c7c434bd/CHANGES#L25
fc345f
Use failwith instead of Lwt.fail_with Lwt's documentation reads: > In most cases, it is better to use `failwith s` from the standard > library. and > Whenever possible, it is recommended to use `raise exn` instead, as > raise captures a backtrace, while `Lwt.fail` does not. If you call > `raise exn` in a callback that is expected by Lwt to return a > promise, Lwt will automatically wrap `exn` in a rejected promise, > but the backtrace will have been recorded by the OCaml runtime. > > For example, `bind`'s second argument is a callback which returns a > promise. And so it is recommended to use `raise` in the body of that > callback. > > Use `Lwt.fail` only when you specifically want to create a rejected > promise, to pass to another function, or store in a data structure. Prefer to capture backtraces to improve debugability.
e7d788
gha: use the latest OCaml 5
bc6eca
Add upper bound on tar-unix 3 Corresponding to https://github.com/ocaml/opam-repository/pull/26331
d21e5b
Merge pull request #180 from mtelvers/overlayfs Overlayfs backend
303bef
Update GHA script
6bb4a4
Update CHANGES.md for release
c0eb04
Merge pull request #178 from mtelvers/CurrentBuild Check CurrentBuild instead of DisplayVersion
2d0af3