Stop building systemd split-usr stages for loong, mips, m68k, ppc, ppc64

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2023-11-12 02:41:22 +01:00
parent eb88620890
commit d7b032dd84
No known key found for this signature in database
GPG key ID: DC2B16215ED5412A
5 changed files with 2 additions and 17 deletions

View file

@ -11,10 +11,10 @@ SPECS="ppc32/stage1-openrc.spec ppc32/stage3-openrc.spec ppc64/stage1-openrc.spe
#SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec"
OPTIONAL_SPECS="ppc32/installcd-stage1.spec ppc32/installcd-stage2-minimal.spec"
OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc64/stage1-systemd.spec ppc64/stage3-systemd.spec"
#OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc64/stage1-systemd.spec ppc64/stage3-systemd.spec"
OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc64/stage1-systemd-mu.spec ppc64/stage3-systemd-mu.spec"
OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc64/stage1-musl-hardened-openrc.spec ppc64/stage3-musl-hardened-openrc.spec"
OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc32/stage1-systemd.spec ppc32/stage3-systemd.spec"
#OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc32/stage1-systemd.spec ppc32/stage3-systemd.spec"
OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc32/stage1-systemd-mu.spec ppc32/stage3-systemd-mu.spec"
OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc32/stage1-musl-hardened-openrc.spec ppc32/stage3-musl-hardened-openrc.spec"

View file

@ -7,10 +7,8 @@ SPECS_DIR=${REPO_DIR}/releases/specs/ppc/ppc64le
SETS="
openrc
systemd
systemd_mu
openrc_power9le
systemd_power9le
systemd_power9le_mu
musl_hardened
musl_hardened_power9le

View file

@ -12,7 +12,6 @@ EMAIL_SUBJECT_PREPEND="[loong-qemu-auto]"
SETS="
openrc
systemd
systemd_mu
"

View file

@ -13,7 +13,6 @@ EMAIL_SUBJECT_PREPEND="[m68k-qemu-auto]"
SETS="
musl
openrc
systemd
systemd_mu
"

View file

@ -8,48 +8,37 @@ EMAIL_SUBJECT_PREPEND="[mips-qemu-auto]"
SETS_O32="
mips2_softfloat_o32_openrc
mips2_softfloat_o32_systemd
mips2_softfloat_o32_systemd_mu
mips2_o32_openrc
mips2_o32_systemd
mips2_o32_systemd_mu
mips2_o32_musl
mipsel2_softfloat_o32_openrc
mipsel2_softfloat_o32_systemd
mipsel2_softfloat_o32_systemd_mu
mipsel2_o32_openrc
mipsel2_o32_systemd
mipsel2_o32_systemd_mu
mipsel3_o32_openrc
mipsel3_o32_systemd
mipsel3_o32_systemd_mu
mipsel2_o32_musl
"
SETS_N32="
mips3_n32_openrc
mips3_n32_systemd
mips3_n32_systemd_mu
mipsel3_n32_openrc
mipsel3_n32_systemd
mipsel3_n32_systemd_mu
"
SETS_N64="
mips3_n64_openrc
mips3_n64_systemd
mips3_n64_systemd_mu
mipsel3_n64_openrc
mipsel3_n64_systemd
mipsel3_n64_systemd_mu
"
SETS_MULTI="
mips3_multilib_openrc
mips3_multilib_systemd
mips3_multilib_systemd_mu
mipsel3_multilib_openrc
mipsel3_multilib_systemd
mipsel3_multilib_systemd_mu
"