All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] tools/ocaml: support OCaml 5.x, drop support for <=4.05
@ 2024-01-31 10:42 Edwin Török
  2024-01-31 10:42 ` [PATCH v1 1/2] oxenstored: fix build on OCaml 5.x Edwin Török
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Edwin Török @ 2024-01-31 10:42 UTC (permalink / raw)
  To: xen-devel
  Cc: Edwin Török, Wei Liu, Anthony PERARD, Christian Lindig,
	David Scott

Fix building oxenstored with OCaml 5.x.
OCaml 5.x has removed some functions that have been deprecated for many years,
in order to support OCaml 5.x we need to drop support for OCaml 4.02.

Tested in gitlab CI (together with my other series):
https://gitlab.com/xen-project/people/edwintorok/xen/-/pipelines/1158302827

Edwin Török (2):
  oxenstored: fix build on OCaml 5.x
  tools/ocaml: bump minimum version to OCaml 4.05

 tools/configure               | 2 +-
 tools/configure.ac            | 2 +-
 tools/ocaml/xenstored/disk.ml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.43.0



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-02-01 12:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-31 10:42 [PATCH v1 0/2] tools/ocaml: support OCaml 5.x, drop support for <=4.05 Edwin Török
2024-01-31 10:42 ` [PATCH v1 1/2] oxenstored: fix build on OCaml 5.x Edwin Török
2024-01-31 10:42 ` [PATCH v1 2/2] tools/ocaml: bump minimum version to OCaml 4.05 Edwin Török
2024-01-31 16:36   ` Anthony PERARD
2024-01-31 17:17     ` Andrew Cooper
2024-01-31 17:34       ` Edwin Torok
2024-01-31 19:43         ` Andrew Cooper
2024-01-31 10:44 ` [PATCH v1 0/2] tools/ocaml: support OCaml 5.x, drop support for <=4.05 Christian Lindig
2024-01-31 10:55   ` Andrew Cooper
2024-02-01 12:11     ` Edwin Torok

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.