All of lore.kernel.org
 help / color / mirror / Atom feed
* [XEN PATCH v1 0/3] CI: Upgrade the Fedora container and fix build failure
@ 2024-10-17 16:20 Javi Merino
  2024-10-17 16:20 ` [XEN PATCH v1 1/3] automation: Fix URL to the gitlab container registry documentation Javi Merino
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Javi Merino @ 2024-10-17 16:20 UTC (permalink / raw)
  To: xen-devel
  Cc: Javi Merino, Andrew Cooper, Doug Goldstein, Stefano Stabellini,
	Christian Lindig, David Scott, Anthony PERARD, Juergen Gross,
	Roger Pau Monné, Jan Beulich, Julien Grall, Oleksii Kurochko

Hi,

Continuing Andrew's work on refreshing containers in GitLab CI.  With
Fedora 40, there was a build failure in the ocaml builds.  It is due
to an unused variable in an ocaml macro when building with "-Werror" .
Patch 2 solves the build failure, but I'm unsure if it is the best
approach.  Ideas welcome.

Andrew Cooper (1):
  CI: Refresh and upgrade the Fedora container

Javi Merino (2):
  automation: Fix URL to the gitlab container registry documentation
  ocaml/libs: Fill build failure due to unused variable in ocaml macro

 automation/build/README.md                    |  2 +-
 automation/build/fedora/29.dockerfile         | 46 -----------
 automation/build/fedora/40-x86_64.dockerfile  | 77 +++++++++++++++++++
 automation/gitlab-ci/build.yaml               |  8 +-
 automation/scripts/containerize               |  2 +-
 .../domain_getinfo_stubs_v1.c                 |  3 +
 6 files changed, 86 insertions(+), 52 deletions(-)
 delete mode 100644 automation/build/fedora/29.dockerfile
 create mode 100644 automation/build/fedora/40-x86_64.dockerfile

-- 
2.46.1



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

end of thread, other threads:[~2024-10-18  9:47 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-17 16:20 [XEN PATCH v1 0/3] CI: Upgrade the Fedora container and fix build failure Javi Merino
2024-10-17 16:20 ` [XEN PATCH v1 1/3] automation: Fix URL to the gitlab container registry documentation Javi Merino
2024-10-17 17:02   ` Anthony PERARD
2024-10-18  2:01     ` Stefano Stabellini
2024-10-17 16:20 ` [XEN PATCH v1 2/3] ocaml/libs: Fill build failure due to unused variable in ocaml macro Javi Merino
2024-10-17 17:47   ` Andrew Cooper
2024-10-17 18:08     ` Andrew Cooper
2024-10-18  7:55     ` Christian Lindig
2024-10-18  8:50     ` Javi Merino
2024-10-18  9:47       ` Andrew Cooper
2024-10-17 16:20 ` [XEN PATCH v1 3/3] CI: Refresh and upgrade the Fedora container Javi Merino
2024-10-17 17:03   ` Anthony PERARD
2024-10-18  2:00     ` Stefano Stabellini

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.