You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend solver requests to include caching hints, similar to build jobs, so that repeated solves re-use the same machine. Implies scaling solver pool to > 1 machine
Investigate ways of splitting and canonicalising dependencies to improve sharing of cached results See patrick's comment.
tmcgilchrist
changed the title
Adapt solver-service for OCaml-CI and OCaml-multicore-CI
Adapt solver-service for ocaml-ci and ocaml-docs-CI
Sep 25, 2023
This is the steps.
ocaml-ci
's solver don't change much.Split schema.capnp file to 2 two file solve.capnp and build.capnpocaml-multicore-ci
using the protocol fromsolver-service-api
library (vendored). Vendoring solver service ocaml-multicore-ci#37ocaml-ci
to submit solves Vendoring solver service ocaml-ci#634The text was updated successfully, but these errors were encountered: