[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH] CI: Add Ocaml to the alpine containers
On Fri, 9 Jun 2023, Michal Orzel wrote: > On 09/06/2023 18:02, Andrew Cooper wrote: > > > > > > This gets more coverage of optional parts of the build, and makes it easier > > to > > trial Ocaml related changes in the smoke tests. > > > > Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> > > --- > > CC: Roger Pau Monné <roger.pau@xxxxxxxxxx> > > CC: Stefano Stabellini <sstabellini@xxxxxxxxxx> > > CC: Michal Orzel <michal.orzel@xxxxxxx> > > CC: Anthony PERARD <anthony.perard@xxxxxxxxxx> > > > > Hacked up manually to fix the Ocaml bindings for arm64: > > > > https://gitlab.com/xen-project/people/andyhhp/xen/-/pipelines/895162017 > > > > but this aspect should be done irrespective. > > --- > > automation/build/alpine/3.12-arm64v8.dockerfile | 2 ++ > > automation/build/alpine/3.12.dockerfile | 2 ++ > > 2 files changed, 4 insertions(+) > > > > diff --git a/automation/build/alpine/3.12-arm64v8.dockerfile > > b/automation/build/alpine/3.12-arm64v8.dockerfile > > index 3f1e6a3fc6df..1be3bf780509 100644 > > --- a/automation/build/alpine/3.12-arm64v8.dockerfile > > +++ b/automation/build/alpine/3.12-arm64v8.dockerfile > > @@ -28,6 +28,8 @@ RUN apk --no-cache add \ > > make \ > > musl-dev \ > > ncurses-dev \ > > + ocaml \ > > + ocaml-findlib \ > I can see that in your CI pipeline, this package is missing. Is it then > necessary to be added? > Asking just out of curiosity because other containers have it installed too. > > Apart from that, I can confirm that containers can be built without issues, > so: > Reviewed-by: Michal Orzel <michal.orzel@xxxxxxx> Acked-by: Stefano Stabellini <sstabellini@xxxxxxxxxx>
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |