All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] automation: Add Arm64 MPU build job
@ 2025-04-03  8:19 Michal Orzel
  2025-04-03  8:43 ` Jan Beulich
  0 siblings, 1 reply; 9+ messages in thread
From: Michal Orzel @ 2025-04-03  8:19 UTC (permalink / raw)
  To: xen-devel; +Cc: Michal Orzel, Doug Goldstein, Stefano Stabellini, Luca Fancellu

Just like for RISCV and PPC, the earlier we enable the CI build the
better.

Signed-off-by: Michal Orzel <michal.orzel@amd.com>
---
 automation/gitlab-ci/build.yaml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/automation/gitlab-ci/build.yaml b/automation/gitlab-ci/build.yaml
index 2513908b059b..8cb770d6ff27 100644
--- a/automation/gitlab-ci/build.yaml
+++ b/automation/gitlab-ci/build.yaml
@@ -476,6 +476,16 @@ alpine-3.18-gcc-debug-arm64-earlyprintk:
       CONFIG_EARLY_UART_CHOICE_PL011=y
       CONFIG_EARLY_UART_BASE_ADDRESS=0x9000000
 
+alpine-3.18-gcc-debug-arm64-mpu:
+  extends: .gcc-arm64-build-debug
+  variables:
+    CONTAINER: alpine:3.18-arm64v8
+    HYPERVISOR_ONLY: y
+    EXTRA_XEN_CONFIG: |
+      CONFIG_XEN_START_ADDRESS=0x0
+      CONFIG_MPU=y
+      CONFIG_UNSUPPORTED=y
+
 # Yocto test jobs
 yocto-qemuarm64:
   extends: .yocto-test-arm64
-- 
2.25.1



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

end of thread, other threads:[~2025-04-03 13:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-03  8:19 [PATCH] automation: Add Arm64 MPU build job Michal Orzel
2025-04-03  8:43 ` Jan Beulich
2025-04-03  8:44   ` Orzel, Michal
2025-04-03  8:58     ` Jan Beulich
2025-04-03  9:17       ` Orzel, Michal
2025-04-03  9:28         ` Jan Beulich
2025-04-03  9:35           ` Orzel, Michal
2025-04-03 10:00             ` Jan Beulich
2025-04-03 13:50               ` 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.