From 422d534d250f797843913c7d0fed6f1a6b1308ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Fri, 15 Dec 2023 20:27:34 +0100 Subject: [PATCH] Drop arm64 systemd split-usr sets 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-arm64.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/catalyst-auto-arm64.conf b/tools/catalyst-auto-arm64.conf index 0f152ca1..baba95af 100644 --- a/tools/catalyst-auto-arm64.conf +++ b/tools/catalyst-auto-arm64.conf @@ -8,8 +8,8 @@ SUBARCH=arm64 SETS=" openrc - llvm_openrc systemd_mu + llvm_openrc llvm_systemd_mu musl musl_hardened @@ -19,12 +19,10 @@ SETS=" SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec stage3d-openrc.spec" SET_openrc_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec" -SET_systemd_SPECS="stage1-systemd.spec stage3-systemd.spec stage3d-systemd.spec" SET_systemd_mu_SPECS="stage1-systemd-mu.spec stage3-systemd-mu.spec stage3d-systemd-mu.spec" SET_llvm_openrc_SPECS="llvm/stage1-openrc.spec llvm/stage3-openrc.spec" -SET_llvm_systemd_SPECS="llvm/stage1-systemd.spec llvm/stage3-systemd.spec" SET_llvm_systemd_mu_SPECS="llvm/stage1-systemd-mu.spec llvm/stage3-systemd-mu.spec" SET_musl_SPECS="musl/stage1.spec musl/stage3.spec"