Disable armv5tel builds on demeter

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2021-08-29 18:59:36 +02:00
parent 922354b187
commit 8258e1183a
No known key found for this signature in database
GPG key ID: 4C49F79E54D0A206

View file

@ -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"