All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH TEST-ARTEFACTS v2 0/6] Cleanup and Linux ARM64 support
@ 2025-04-10 11:46 Andrew Cooper
  2025-04-10 11:46 ` [PATCH 1/6] Port containerise Andrew Cooper
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Andrew Cooper @ 2025-04-10 11:46 UTC (permalink / raw)
  To: Xen-devel
  Cc: Andrew Cooper, Roger Pau Monné, Stefano Stabellini,
	Michal Orzel, Marek Marczykowski-Górecki, Anthony PERARD

Two patches merged.  Only minor tweaks to the rest.

https://gitlab.com/xen-project/hardware/test-artifacts/-/pipelines/1762204421
is a pipline showing clean kernel builds.

https://gitlab.com/xen-project/hardware/xen-staging/-/pipelines/1762221755 is
a Xen pipline using the artefacts from ^.

Andrew Cooper (6):
  Port containerise
  Clean up Gitlab yaml
  Adjust Linux build script to work with other major versions
  Factor our x86-isms in the linux build script
  Infrastructure for arm64 linux builds
  Linux builds for x86 and ARM64

 .gitlab-ci.yml                            | 41 ++++++++--
 containerize                              | 95 +++++++++++++++++++++++
 images/alpine/3.18-arm64-build.dockerfile | 27 +++++++
 scripts/build-linux.sh                    | 54 +++++++++++++
 scripts/x86_64-kernel-linux.sh            | 31 --------
 5 files changed, 212 insertions(+), 36 deletions(-)
 create mode 100755 containerize
 create mode 100644 images/alpine/3.18-arm64-build.dockerfile
 create mode 100755 scripts/build-linux.sh
 delete mode 100755 scripts/x86_64-kernel-linux.sh

-- 
2.39.5



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

end of thread, other threads:[~2025-04-10 14:08 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-10 11:46 [PATCH TEST-ARTEFACTS v2 0/6] Cleanup and Linux ARM64 support Andrew Cooper
2025-04-10 11:46 ` [PATCH 1/6] Port containerise Andrew Cooper
2025-04-10 13:18   ` Anthony PERARD
2025-04-10 11:46 ` [PATCH 2/6] Clean up Gitlab yaml Andrew Cooper
2025-04-10 12:25   ` Marek Marczykowski-Górecki
2025-04-10 13:20   ` Anthony PERARD
2025-04-10 11:46 ` [PATCH 3/6] Adjust Linux build script to work with other major versions Andrew Cooper
2025-04-10 12:09   ` Marek Marczykowski-Górecki
2025-04-10 11:46 ` [PATCH 4/6] Factor our x86-isms in the linux build script Andrew Cooper
2025-04-10 11:46 ` [PATCH 5/6] Infrastructure for arm64 linux builds Andrew Cooper
     [not found]   ` <Z_fM44HXEnpwa8q6@l14>
2025-04-10 14:08     ` Andrew Cooper
2025-04-10 11:46 ` [PATCH 6/6] Linux builds for x86 and ARM64 Andrew Cooper
2025-04-10 14:03   ` Anthony PERARD

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.