Stop building systemd split-usr stages for arm, arm64, hppa, ia64

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2023-11-12 03:03:24 +01:00
parent d7b032dd84
commit 63aed276c4
No known key found for this signature in database
GPG key ID: DC2B16215ED5412A
4 changed files with 15 additions and 9 deletions

View file

@ -6,7 +6,15 @@ UPLOAD_KEY=/root/.ssh/id_ed25519
SPECS_DIR=${REPO_DIR}/releases/specs/arm64
SUBARCH=arm64
SETS="openrc llvm_openrc systemd systemd_mu llvm_systemd llvm_systemd_mu musl musl_hardened musl_llvm"
SETS="
openrc
llvm_openrc
systemd_mu
llvm_systemd_mu
musl
musl_hardened
musl_llvm
"
SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec stage3d-openrc.spec"
SET_openrc_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"