From ecc47dfecfde67da56ca155c7d0272ff34447c80 Mon Sep 17 00:00:00 2001 From: Maximilian Engelhardt Date: Sun, 24 Oct 2021 18:34:40 +0200 Subject: [PATCH] d/salsa-ci.yml: disable cross building as it's currently not working Cross building xen currently fails due to Debian bug #982406 in markdown. It can be tried again when there are better chances of it building successfully. Signed-off-by: Maximilian Engelhardt --- debian/salsa-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml index cc90a20739..b1310e4c37 100644 --- a/debian/salsa-ci.yml +++ b/debian/salsa-ci.yml @@ -30,3 +30,8 @@ variables: # We do not provide packages for i386 SALSA_CI_DISABLE_BUILD_PACKAGE_I386: 1 + + # cross building xen currently fails due to Debian bug #982406 in markdown. + # It can be tried again when there are better chances of it building + # successfully. + SALSA_CI_DISABLE_CROSSBUILD_ARM64: 1 -- 2.30.2