From: Michal Orzel Date: Wed, 16 Apr 2025 08:21:30 +0000 (+0200) Subject: CI: Add Arm64/Arm32 MPU build jobs X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=7cf8d185388fbfc091e05712ba31df29bed03dbc;p=people%2Fandrewcoop%2Fxen.git CI: Add Arm64/Arm32 MPU build jobs Just like for RISCV and PPC, the earlier we enable the CI build the better. Signed-off-by: Michal Orzel Reviewed-by: Stefano Stabellini --- diff --git a/automation/gitlab-ci/build.yaml b/automation/gitlab-ci/build.yaml index ac53678745..ab5211f77e 100644 --- a/automation/gitlab-ci/build.yaml +++ b/automation/gitlab-ci/build.yaml @@ -379,6 +379,16 @@ debian-bookworm-gcc-arm32-debug-earlyprintk: CONFIG_EARLY_UART_CHOICE_PL011=y CONFIG_EARLY_UART_BASE_ADDRESS=0x9000000 +debian-bookworm-gcc-arm32-debug-mpu: + extends: .gcc-arm32-cross-build-debug + variables: + CONTAINER: debian:bookworm-arm64v8-arm32-gcc + HYPERVISOR_ONLY: y + EXTRA_XEN_CONFIG: | + CONFIG_XEN_START_ADDRESS=0x0 + CONFIG_MPU=y + CONFIG_UNSUPPORTED=y + # Arm builds debian-bookworm-gcc-arm64: @@ -443,6 +453,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