All of lore.kernel.org
 help / color / mirror / Atom feed
From: Javi Merino <javi.merino@cloud.com>
To: xen-devel@lists.xenproject.org
Cc: "Javi Merino" <javi.merino@cloud.com>,
	"Andrew Cooper" <andrew.cooper3@citrix.com>,
	"Doug Goldstein" <cardoe@cardoe.com>,
	"Stefano Stabellini" <sstabellini@kernel.org>,
	"Christian Lindig" <christian.lindig@citrix.com>,
	"David Scott" <dave@recoil.org>,
	"Anthony PERARD" <anthony.perard@vates.tech>,
	"Juergen Gross" <jgross@suse.com>,
	"Roger Pau Monné" <roger.pau@citrix.com>,
	"Jan Beulich" <JBeulich@suse.com>,
	"Julien Grall" <julien@xen.org>,
	"Oleksii Kurochko" <oleksii.kurochko@gmail.com>
Subject: [XEN PATCH v1 0/3] CI: Upgrade the Fedora container and fix build failure
Date: Thu, 17 Oct 2024 17:20:18 +0100	[thread overview]
Message-ID: <cover.1729170005.git.javi.merino@cloud.com> (raw)

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



             reply	other threads:[~2024-10-17 16:21 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-17 16:20 Javi Merino [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1729170005.git.javi.merino@cloud.com \
    --to=javi.merino@cloud.com \
    --cc=JBeulich@suse.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=anthony.perard@vates.tech \
    --cc=cardoe@cardoe.com \
    --cc=christian.lindig@citrix.com \
    --cc=dave@recoil.org \
    --cc=jgross@suse.com \
    --cc=julien@xen.org \
    --cc=oleksii.kurochko@gmail.com \
    --cc=roger.pau@citrix.com \
    --cc=sstabellini@kernel.org \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.