commit: 8258e1183aba7a971a7b9ac140736ac999532e4a
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 29 16:59:36 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Aug 29 17:05:01 2021 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=8258e118
Disable armv5tel builds on demeter
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
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"