|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] CI: Add Ocaml to the alpine containers
commit 961a63e13b9d1bf15992a7fab914cd2a50e06985
Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
AuthorDate: Fri Jun 9 16:59:20 2023 +0100
Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
CommitDate: Fri Jun 9 20:13:22 2023 +0100
CI: Add Ocaml to the alpine containers
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>
Reviewed-by: Michal Orzel <michal.orzel@xxxxxxx>
Acked-by: Stefano Stabellini <sstabellini@xxxxxxxxxx>
---
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 3f1e6a3fc6..1be3bf7805 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 \
patch \
python3-dev \
texinfo \
diff --git a/automation/build/alpine/3.12.dockerfile
b/automation/build/alpine/3.12.dockerfile
index c847aa82d9..72ad3a07ad 100644
--- a/automation/build/alpine/3.12.dockerfile
+++ b/automation/build/alpine/3.12.dockerfile
@@ -30,6 +30,8 @@ RUN apk --no-cache add \
make \
musl-dev \
ncurses-dev \
+ ocaml \
+ ocaml-findlib \
patch \
python3-dev \
texinfo \
--
generated by git-patchbot for /home/xen/git/xen.git#master
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |