From 8258e1183aba7a971a7b9ac140736ac999532e4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Sun, 29 Aug 2021 18:59:36 +0200 Subject: [PATCH] Disable armv5tel builds on demeter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- tools/catalyst-auto-qemu-arm.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/catalyst-auto-qemu-arm.conf b/tools/catalyst-auto-qemu-arm.conf index 6dff41a7..d791c1db 100644 --- a/tools/catalyst-auto-qemu-arm.conf +++ b/tools/catalyst-auto-qemu-arm.conf @@ -11,12 +11,10 @@ SPECS_DIR=${REPO_DIR}/releases/specs-qemu/arm EMAIL_SUBJECT_PREPEND="[arm-qemu-auto]" SETS=" - armv5tel armv6j_hf armv6j_sf armv7a_hf armv7a_sf - armv5tel_systemd armv6j_hf_systemd armv6j_sf_systemd armv7a_hf_systemd @@ -25,6 +23,8 @@ SETS=" # armv4tl # armv4tl_systemd +# armv5tel +# armv5tel_systemd SET_armv4tl_SPECS="armv4tl/stage1.spec armv4tl/stage3.spec" SET_armv4tl_systemd_SPECS="armv4tl/stage1-systemd.spec armv4tl/stage3-systemd.spec"