From: Wei Liu Date: Tue, 13 Nov 2018 13:48:00 +0000 (+0000) Subject: automation: add two Arm64 builds to Gitlab CI X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~2970 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4cbc2985700669de420687750eecd295de02b6b7;p=xen.git automation: add two Arm64 builds to Gitlab CI Add two gcc builds. Clang builds are known to be broken at the moment. Signed-off-by: Wei Liu Acked-by: Doug Goldstein --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 96d7e7f759..a3b393fade 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -301,3 +301,25 @@ ubuntu-bionic-gcc-debug: CONTAINER: ubuntu:bionic debug: y XEN_TARGET_ARCH: x86_64 + +# Arm builds + +debian-unstable-gcc-arm64: + <<: *build + variables: + <<: *gcc + CONTAINER: debian:unstable-arm64v8 + debug: n + XEN_TARGET_ARCH: arm64 + tags: + - arm64 + +debian-unstable-gcc-debug-arm64: + <<: *build + variables: + <<: *gcc + CONTAINER: debian:unstable-arm64v8 + debug: y + XEN_TARGET_ARCH: arm64 + tags: + - arm64